9 #ifndef YARP_OS_CLOCK_H
10 #define YARP_OS_CLOCK_H
30 virtual double now() = 0;
36 virtual void delay(
double seconds) = 0;
virtual void delay(double seconds)=0
Wait for a certain number of seconds.
virtual bool isValid() const =0
Check if time is valid (non-zero).
virtual ~Clock()
Destructor.
virtual double now()=0
Return the current time in seconds, relative to an arbitrary starting point.
The main, catch-all namespace for YARP.