The TimeKeeper class tracks the passing of time and allows to stop it, restart it,...
void stop()
stops the clock.
void step(IceUtil::Time stepSize)
adds a timedelta to the current time
void setSpeed(float newSpeed)
sets the speed factor of the clock
armarx::core::time::DateTime Time
void reset()
resets the clock
IceUtil::Time getTime() const
get the current time of this clock
void start()
starts the clock
This file offers overloads of toIce() and fromIce() functions for STL container types.