0.5.0
Loading...
Searching...
No Matches
TimeBase.hpp File Reference

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.

Detailed Description

Keeps track of the current real/simulation time.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2021-01-28

Definition in file TimeBase.hpp.