18namespace NAV::util::time
The class is responsible for all time-related tasks.
Mode
Different Modes the Time Base class can work in.
Definition TimeBase.hpp:22
@ POST_PROCESSING
Time will be set by FlowExecutor only.
@ REAL_TIME
Computer clock will be added to last time update.
Mode GetMode()
Get the time mode.
void ClearCurrentTime()
Clears the current time object.
InsTime GetCurrentInsTime()
Get the current time.
void SetCurrentTime(const InsTime &insTime)
Set the current time object.
void SetMode(Mode mode)
Set the time mode.
void SetCurrentTimeToComputerTime()
Set the current time object to the computer time.
The class is responsible for all time-related tasks.
Definition InsTime.hpp:668