0.2.0
|
Keeps track of the current real/simulation time. More...
Go to the source code of this file.
Enumerations | |
enum class | NAV::util::time::Mode { REAL_TIME , POST_PROCESSING } |
Different Modes the Time Base class can work in. More... | |
Functions | |
void | NAV::util::time::ClearCurrentTime () |
Clears the current time object. | |
InsTime | NAV::util::time::GetCurrentInsTime () |
Get the current time. | |
Mode | NAV::util::time::GetMode () |
Get the time mode. | |
void | NAV::util::time::SetCurrentTime (const InsTime &insTime) |
Set the current time object. | |
void | NAV::util::time::SetCurrentTimeToComputerTime () |
Set the current time object to the computer time. | |
void | NAV::util::time::SetMode (Mode mode) |
Set the time mode. | |
Keeps track of the current real/simulation time.
|
strong |
InsTime NAV::util::time::GetCurrentInsTime | ( | ) |
Get the current time.
void NAV::util::time::SetCurrentTime | ( | const InsTime & | insTime | ) |
Set the current time object.
[in] | insTime | The new current time |
void NAV::util::time::SetMode | ( | Mode | mode | ) |
Set the time mode.
[in] | mode | Real time or postprocessing |