YARP
Yet Another Robot Platform
ControlBoardWrapperPreciselyTimed.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3
* All rights reserved.
4
*
5
* This software may be modified and distributed under the terms of the
6
* BSD-3-Clause license. See the accompanying LICENSE file for details.
7
*/
8
9
#ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPRECISELYTIMED_H
10
#define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPRECISELYTIMED_H
11
12
#include <
yarp/dev/IPreciselyTimed.h
>
13
14
#include "
ControlBoardWrapperCommon.h
"
15
16
17
class
ControlBoardWrapperPreciselyTimed
:
18
virtual
public
ControlBoardWrapperCommon
,
19
public
yarp::dev::IPreciselyTimed
20
{
21
public
:
22
yarp::os::Stamp
getLastInputStamp
()
override
;
23
};
24
25
#endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPRECISELYTIMED_H
IPreciselyTimed.h
ControlBoardWrapperCommon.h
ControlBoardWrapperCommon
Definition:
ControlBoardWrapperCommon.h:19
ControlBoardWrapperPreciselyTimed
Definition:
ControlBoardWrapperPreciselyTimed.h:20
yarp::os::Stamp
An abstraction for a time stamp and/or sequence number.
Definition:
Stamp.h:25
ControlBoardWrapperPreciselyTimed::getLastInputStamp
yarp::os::Stamp getLastInputStamp() override
Return the time stamp relative to the last acquisition.
Definition:
ControlBoardWrapperPreciselyTimed.cpp:16
yarp::dev::IPreciselyTimed
Definition:
IPreciselyTimed.h:21
YARP
3.4.100+20201223.2+gitb8ea4d712
src
devices
ControlBoardWrapper
ControlBoardWrapperPreciselyTimed.h
Generated on Sun Jan 3 2021 02:46:22 for YARP by
1.8.20