24 #ifndef __UTILS_TIME_WAIT_H_ 25 #define __UTILS_TIME_WAIT_H_ 41 static void wait(
long int usec);
47 Time *__until_systime;
49 long int __desired_loop_time;
void wait()
Wait until minimum loop time has been reached.
TimeWait(Clock *clock, long int desired_loop_time_usec)
Constructor.
Fawkes library namespace.
This is supposed to be the central clock in Fawkes.
A class for handling time.
void wait_systime()
Wait until minimum loop time has been reached in real time.
void mark_start()
Mark start of loop.