![]() |
0.5.1
|
Keeps track of the current real/simulation time. More...
Go to the source code of this file.
Namespaces | |
| namespace | NAV |
| namespace | NAV::util |
| namespace | NAV::util::time |
Enumerations | |
| enum class | NAV::util::time::Mode : uint8_t { NAV::util::time::REAL_TIME , NAV::util::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. | |