9 #ifndef YARP_OS_NETWORKCLOCK_H
10 #define YARP_OS_NETWORKCLOCK_H
27 bool open(
const std::string& clockSourcePortName, std::string localPortName =
"");
29 double now()
override;
30 void delay(
double seconds)
override;
33 #ifndef DOXYGEN_SHOULD_SKIP_THIS
bool isValid()
Check if time is valid (non-zero).
double now()
Return the current time in seconds, relative to an arbitrary starting point.
void delay(double seconds)
Wait for a certain number of seconds.
The main, catch-all namespace for YARP.