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