YARP
Yet Another Robot Platform
ControlBoardWrapperPreciselyTimed.cpp
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
7
9
10#include <yarp/os/Stamp.h>
11
12
14{
15 timeMutex.lock();
17 timeMutex.unlock();
18 return ret;
19}
bool ret
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:21