25 #ifndef __ASPECT_CLOCK_H_ 26 #define __ASPECT_CLOCK_H_ 28 #include <aspect/aspect.h> 29 #include <utils/time/clock.h> void init_ClockAspect(Clock *clock)
Set the clock.
Thread aspect that allows to obtain the current time from the clock.
Fawkes aspect base class.
Fawkes library namespace.
This is supposed to be the central clock in Fawkes.
Clock * clock
By means of this member access to the clock is given.
virtual ~ClockAspect()
Virtual empty destructor.
ClockAspect()
Constructor.