6#ifndef YARP_OS_SYSTEMCLOCK_H
7#define YARP_OS_SYSTEMCLOCK_H
16 double now()
override;
17 void delay(
double seconds)
override;
21 static double nowSystem();
22 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.
An interface to the operating system, including Port based communication.