YARP
Yet Another Robot Platform
ControlBoardWrapperPreciselyTimed.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-License-Identifier: BSD-3-Clause
4  */
5 
6 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPRECISELYTIMED_H
7 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPRECISELYTIMED_H
8 
10 
12 
13 
15  virtual public ControlBoardWrapperCommon,
17 {
18 public:
20 };
21 
22 #endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERPRECISELYTIMED_H
yarp::os::Stamp getLastInputStamp() override
Return the time stamp relative to the last acquisition.
An abstraction for a time stamp and/or sequence number.
Definition: Stamp.h:22