24 #ifndef __ASPECT_TIME_SOURCE_H_ 25 #define __ASPECT_TIME_SOURCE_H_ 27 #include <aspect/aspect.h> Fawkes aspect base class.
Fawkes library namespace.
Thread aspect that allows to provide a time source to the Fawkes clock.
TimeSource * get_timesource() const
Get time source.
virtual ~TimeSourceAspect()
Virtual empty destructor.
TimeSourceAspect(TimeSource *timesource) __attribute__((nonnull))
Constructor.