Position, Velocity, Attitude Initializer from GPS and IMU data.
More...
Go to the source code of this file.
|
constexpr const char * | NAV::to_string (PosVelAttInitializer::AttitudeMode attitudeMode) |
| Converts the enum to a string.
|
|
constexpr const char * | NAV::to_string (PosVelAttInitializer::VelocityOverride velOverride) |
| Converts the enum to a string.
|
|
Position, Velocity, Attitude Initializer from GPS and IMU data.
- Author
- T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
- Date
- 2021-02-03
◆ to_string() [1/2]
constexpr const char * NAV::to_string |
( |
PosVelAttInitializer::AttitudeMode | attitudeMode | ) |
|
|
constexpr |
Converts the enum to a string.
- Parameters
-
[in] | attitudeMode | Enum value to convert into text |
- Returns
- String representation of the enum
◆ to_string() [2/2]
constexpr const char * NAV::to_string |
( |
PosVelAttInitializer::VelocityOverride | velOverride | ) |
|
|
constexpr |
Converts the enum to a string.
- Parameters
-
[in] | velOverride | Enum value to convert into text |
- Returns
- String representation of the enum