9 #ifndef YARP_OS_SYSTEMCLOCK_H
10 #define YARP_OS_SYSTEMCLOCK_H
20 double now()
override;
21 void delay(
double seconds)
override;
25 static double nowSystem();
26 static void delaySystem(
double seconds);
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.