Geodetic position aiding command. Coordinates are given in WGS84 geodetic latitude, longitude, and height above the ellipsoid. Uncertainty is given in NED coordinates, which are parallel to incremental changes in latitude, longitude, and height.
More...
|
static void | mip::C::insert_mip_aiding_pos_llh_command_valid_flags (microstrain_serializer *serializer, const mip_aiding_pos_llh_command_valid_flags self) |
|
static void | mip::C::extract_mip_aiding_pos_llh_command_valid_flags (microstrain_serializer *serializer, mip_aiding_pos_llh_command_valid_flags *self) |
|
void | mip::C::insert_mip_aiding_pos_llh_command (microstrain_serializer *serializer, const mip_aiding_pos_llh_command *self) |
|
void | mip::C::extract_mip_aiding_pos_llh_command (microstrain_serializer *serializer, mip_aiding_pos_llh_command *self) |
|
mip_cmd_result | mip::C::mip_aiding_pos_llh (mip_interface *device, const mip_time *time, uint8_t frame_id, double latitude, double longitude, double height, const float *uncertainty, mip_aiding_pos_llh_command_valid_flags valid_flags) |
|
◆ mip_aiding_pos_llh_command_valid_flags
◆ mip_aiding_pos_llh_command
◆ insert_mip_aiding_pos_llh_command_valid_flags()
◆ extract_mip_aiding_pos_llh_command_valid_flags()
◆ insert_mip_aiding_pos_llh_command()
◆ extract_mip_aiding_pos_llh_command()
◆ mip_aiding_pos_llh()
◆ MIP_AIDING_POS_LLH_COMMAND_VALID_FLAGS_NONE
◆ MIP_AIDING_POS_LLH_COMMAND_VALID_FLAGS_LATITUDE
◆ MIP_AIDING_POS_LLH_COMMAND_VALID_FLAGS_LONGITUDE
◆ MIP_AIDING_POS_LLH_COMMAND_VALID_FLAGS_HEIGHT
◆ MIP_AIDING_POS_LLH_COMMAND_VALID_FLAGS_ALL