MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Get the base rate for the GNSS data in Hz. More...
Classes | |
struct | mip::C::mip_3dm_gps_get_base_rate_response |
Typedefs | |
typedef struct mip_3dm_gps_get_base_rate_command | mip::C::mip_3dm_gps_get_base_rate_command |
No parameters (empty struct not allowed in C) More... | |
typedef struct mip_3dm_gps_get_base_rate_response | mip::C::mip_3dm_gps_get_base_rate_response |
Functions | |
void | mip::C::insert_mip_3dm_gps_get_base_rate_response (microstrain_serializer *serializer, const mip_3dm_gps_get_base_rate_response *self) |
void | mip::C::extract_mip_3dm_gps_get_base_rate_response (microstrain_serializer *serializer, mip_3dm_gps_get_base_rate_response *self) |
mip_cmd_result | mip::C::mip_3dm_gps_get_base_rate (mip_interface *device, uint16_t *rate_out) |
Get the base rate for the GNSS data in Hz.
This is the fastest rate for this type of data available on the device. This is used in conjunction with the GNSS Message Format Command to set streaming data at a specified rate.
No parameters (empty struct not allowed in C)
void mip::C::extract_mip_3dm_gps_get_base_rate_response | ( | microstrain_serializer * | serializer, |
mip_3dm_gps_get_base_rate_response * | self | ||
) |
void mip::C::insert_mip_3dm_gps_get_base_rate_response | ( | microstrain_serializer * | serializer, |
const mip_3dm_gps_get_base_rate_response * | self | ||
) |
mip_cmd_result mip::C::mip_3dm_gps_get_base_rate | ( | mip_interface * | device, |
uint16_t * | rate_out | ||
) |