|
MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|

Classes | |
| struct | mip::commands_gnss::RtkDongleConfiguration |
Functions | |
| void | mip::commands_gnss::insert (Serializer &serializer, const RtkDongleConfiguration &self) |
| void | mip::commands_gnss::extract (Serializer &serializer, RtkDongleConfiguration &self) |
| void | mip::commands_gnss::insert (Serializer &serializer, const RtkDongleConfiguration::Response &self) |
| void | mip::commands_gnss::extract (Serializer &serializer, RtkDongleConfiguration::Response &self) |
| CmdResult | mip::commands_gnss::writeRtkDongleConfiguration (C::mip_interface &device, uint8_t enable, const uint8_t *reserved) |
| CmdResult | mip::commands_gnss::readRtkDongleConfiguration (C::mip_interface &device, uint8_t *enableOut, uint8_t *reservedOut) |
| CmdResult | mip::commands_gnss::saveRtkDongleConfiguration (C::mip_interface &device) |
| CmdResult | mip::commands_gnss::loadRtkDongleConfiguration (C::mip_interface &device) |
| CmdResult | mip::commands_gnss::defaultRtkDongleConfiguration (C::mip_interface &device) |
Configure the communications with the RTK Dongle connected to the device.
| CmdResult mip::commands_gnss::defaultRtkDongleConfiguration | ( | C::mip_interface & | device | ) |
| void mip::commands_gnss::extract | ( | Serializer & | serializer, |
| RtkDongleConfiguration & | self | ||
| ) |
| void mip::commands_gnss::extract | ( | Serializer & | serializer, |
| RtkDongleConfiguration::Response & | self | ||
| ) |
| void mip::commands_gnss::insert | ( | Serializer & | serializer, |
| const RtkDongleConfiguration & | self | ||
| ) |
| void mip::commands_gnss::insert | ( | Serializer & | serializer, |
| const RtkDongleConfiguration::Response & | self | ||
| ) |
| CmdResult mip::commands_gnss::loadRtkDongleConfiguration | ( | C::mip_interface & | device | ) |
| CmdResult mip::commands_gnss::readRtkDongleConfiguration | ( | C::mip_interface & | device, |
| uint8_t * | enableOut, | ||
| uint8_t * | reservedOut | ||
| ) |
| CmdResult mip::commands_gnss::saveRtkDongleConfiguration | ( | C::mip_interface & | device | ) |
| CmdResult mip::commands_gnss::writeRtkDongleConfiguration | ( | C::mip_interface & | device, |
| uint8_t | enable, | ||
| const uint8_t * | reserved | ||
| ) |