6 #ifndef YARP_OS_SYSTEMCLOCK_H
7 #define YARP_OS_SYSTEMCLOCK_H
17 double now()
override;
18 void delay(
double seconds)
override;
22 static double nowSystem();
23 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.