24 #ifndef __UTILS_TIME_WATCH_H_ 25 #define __UTILS_TIME_WATCH_H_ 27 #include <utils/time/time.h>
Time clock_time()
Returns the current clock time.
Fawkes library namespace.
This is supposed to be the central clock in Fawkes.
A class for handling time.
void stop(Time *t=0)
Stops the watch.
virtual ~Watch()
Destructor.
void start(Time *t=0)
Starts the watch.
Watch(Clock *clock)
Constructor.
void pause(Time *t=0)
Pauses the watch.
Time watch_time()
Returns the current watch time.