24 #ifndef __UTILS_TIME_TIMESOURCE_H_ 25 #define __UTILS_TIME_TIMESOURCE_H_ 45 virtual void get_time(timeval* tv)
const = 0;
Fawkes library namespace.
virtual timeval conv_to_realtime(const timeval *tv) const =0
Convert a time given w.r.t.
virtual ~TimeSource()
Destructor.
virtual void get_time(timeval *tv) const =0
Get the current time.
virtual timeval conv_native_to_exttime(const timeval *tv) const =0
Convert a native time to the external time.