#include <commands_aiding.hpp>
◆ Response
◆ asTuple() [1/2]
auto mip::commands_aiding::PosEcef::asTuple |
( |
| ) |
|
|
inline |
◆ asTuple() [2/2]
auto mip::commands_aiding::PosEcef::asTuple |
( |
| ) |
const |
|
inline |
◆ extract()
void mip::commands_aiding::PosEcef::extract |
( |
Serializer & |
serializer | ) |
|
◆ insert()
void mip::commands_aiding::PosEcef::insert |
( |
Serializer & |
serializer | ) |
const |
◆ DESCRIPTOR
◆ DESCRIPTOR_SET
constexpr const uint8_t mip::commands_aiding::PosEcef::DESCRIPTOR_SET = ::mip::commands_aiding::DESCRIPTOR_SET |
|
staticconstexpr |
◆ DOC_NAME
constexpr const char* mip::commands_aiding::PosEcef::DOC_NAME = "ECEF Position" |
|
staticconstexpr |
◆ FIELD_DESCRIPTOR
◆ frame_id
uint8_t mip::commands_aiding::PosEcef::frame_id = 0 |
Source ID for this estimate (source_id == 0 indicates this sensor, source_id > 0 indicates an external estimate).
◆ HAS_FUNCTION_SELECTOR
constexpr const bool mip::commands_aiding::PosEcef::HAS_FUNCTION_SELECTOR = false |
|
staticconstexpr |
◆ NAME
constexpr const char* mip::commands_aiding::PosEcef::NAME = "PosEcef" |
|
staticconstexpr |
◆ position
Vector3d mip::commands_aiding::PosEcef::position |
◆ time
Time mip::commands_aiding::PosEcef::time |
Parameters.
Timestamp of the measurement.
◆ uncertainty
Vector3f mip::commands_aiding::PosEcef::uncertainty |
ECEF position uncertainty [m]. Cannot be 0 unless the corresponding valid flags are 0.
◆ valid_flags
ValidFlags mip::commands_aiding::PosEcef::valid_flags |
Valid flags. Axes with 0 will be completely ignored.
The documentation for this struct was generated from the following files: