Clock for time handling, Updater is the implementation of the time, like a RealTimeClock measuring real time.
More...
#include <Clock.h>
template<class Updater>
class m2etis::util::Clock< Updater >
Clock for time handling, Updater is the implementation of the time, like a RealTimeClock measuring real time.
Definition at line 39 of file Clock.h.
initializes Clock and propagates Update method to Updater
Definition at line 44 of file Clock.h.
destructor
Definition at line 51 of file Clock.h.
Will return the real time since the Clock has been started.
- Returns
- Current time in microseconds
Definition at line 77 of file Clock.h.
Will return the time since the Clock on the rendezvouz node has started.
- Returns
- Current time in microseconds
Definition at line 68 of file Clock.h.
returns a new ID for a timer
Definition at line 84 of file Clock.h.
sets offset of this Clock to adjust times over network
Definition at line 141 of file Clock.h.
frees a timer ID
Definition at line 97 of file Clock.h.
updates the time a given timer has to wait
Definition at line 106 of file Clock.h.
timer with timerID will wait for time and then be unlocked again
Definition at line 118 of file Clock.h.
The documentation for this class was generated from the following file: