MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::commands_3dm::GpsGetBaseRate |
Functions | |
void | mip::commands_3dm::insert (Serializer &serializer, const GpsGetBaseRate &self) |
void | mip::commands_3dm::extract (Serializer &serializer, GpsGetBaseRate &self) |
void | mip::commands_3dm::insert (Serializer &serializer, const GpsGetBaseRate::Response &self) |
void | mip::commands_3dm::extract (Serializer &serializer, GpsGetBaseRate::Response &self) |
CmdResult | mip::commands_3dm::gpsGetBaseRate (C::mip_interface &device, uint16_t *rateOut) |
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.
void mip::commands_3dm::extract | ( | Serializer & | serializer, |
GpsGetBaseRate & | self | ||
) |
void mip::commands_3dm::extract | ( | Serializer & | serializer, |
GpsGetBaseRate::Response & | self | ||
) |
CmdResult mip::commands_3dm::gpsGetBaseRate | ( | C::mip_interface & | device, |
uint16_t * | rateOut | ||
) |
void mip::commands_3dm::insert | ( | Serializer & | serializer, |
const GpsGetBaseRate & | self | ||
) |
void mip::commands_3dm::insert | ( | Serializer & | serializer, |
const GpsGetBaseRate::Response & | self | ||
) |