MIP_SDK
v3.0.0-736-g212583cf
MicroStrain Communications Library for embedded systems
|
Cartesian vector position aiding command. Coordinates are given in the WGS84 ECEF system. More...
Classes | |
struct | mip::C::mip_aiding_pos_ecef_command |
Typedefs | |
typedef uint16_t | mip::C::mip_aiding_pos_ecef_command_valid_flags |
typedef struct mip_aiding_pos_ecef_command | mip::C::mip_aiding_pos_ecef_command |
Functions | |
static void | mip::C::insert_mip_aiding_pos_ecef_command_valid_flags (microstrain_serializer *serializer, const mip_aiding_pos_ecef_command_valid_flags self) |
static void | mip::C::extract_mip_aiding_pos_ecef_command_valid_flags (microstrain_serializer *serializer, mip_aiding_pos_ecef_command_valid_flags *self) |
void | mip::C::insert_mip_aiding_pos_ecef_command (microstrain_serializer *serializer, const mip_aiding_pos_ecef_command *self) |
void | mip::C::extract_mip_aiding_pos_ecef_command (microstrain_serializer *serializer, mip_aiding_pos_ecef_command *self) |
mip_cmd_result | mip::C::mip_aiding_pos_ecef (mip_interface *device, const mip_time *time, uint8_t frame_id, const double *position, const float *uncertainty, mip_aiding_pos_ecef_command_valid_flags valid_flags) |
Variables | |
static const mip_aiding_pos_ecef_command_valid_flags | mip::C::MIP_AIDING_POS_ECEF_COMMAND_VALID_FLAGS_NONE = 0x0000 |
static const mip_aiding_pos_ecef_command_valid_flags | mip::C::MIP_AIDING_POS_ECEF_COMMAND_VALID_FLAGS_X = 0x0001 |
static const mip_aiding_pos_ecef_command_valid_flags | mip::C::MIP_AIDING_POS_ECEF_COMMAND_VALID_FLAGS_Y = 0x0002 |
static const mip_aiding_pos_ecef_command_valid_flags | mip::C::MIP_AIDING_POS_ECEF_COMMAND_VALID_FLAGS_Z = 0x0004 |
static const mip_aiding_pos_ecef_command_valid_flags | mip::C::MIP_AIDING_POS_ECEF_COMMAND_VALID_FLAGS_ALL = 0x0007 |
typedef uint16_t mip::C::mip_aiding_pos_ecef_command_valid_flags |
typedef struct mip_aiding_pos_ecef_command mip::C::mip_aiding_pos_ecef_command |
|
inlinestatic |
|
inlinestatic |
void mip::C::insert_mip_aiding_pos_ecef_command | ( | microstrain_serializer * | serializer, |
const mip_aiding_pos_ecef_command * | self | ||
) |
void mip::C::extract_mip_aiding_pos_ecef_command | ( | microstrain_serializer * | serializer, |
mip_aiding_pos_ecef_command * | self | ||
) |
mip_cmd_result mip::C::mip_aiding_pos_ecef | ( | mip_interface * | device, |
const mip_time * | time, | ||
uint8_t | frame_id, | ||
const double * | position, | ||
const float * | uncertainty, | ||
mip_aiding_pos_ecef_command_valid_flags | valid_flags | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |