MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
Configure the communications with the RTK Dongle connected to the device. More...
Classes | |
struct | mip::commands_gnss::RtkDongleConfiguration |
Functions | |
TypedResult< RtkDongleConfiguration > | mip::commands_gnss::writeRtkDongleConfiguration (C::mip_interface &device, uint8_t enable, const uint8_t *reserved) |
TypedResult< RtkDongleConfiguration > | mip::commands_gnss::readRtkDongleConfiguration (C::mip_interface &device, uint8_t *enableOut, uint8_t *reservedOut) |
TypedResult< RtkDongleConfiguration > | mip::commands_gnss::saveRtkDongleConfiguration (C::mip_interface &device) |
TypedResult< RtkDongleConfiguration > | mip::commands_gnss::loadRtkDongleConfiguration (C::mip_interface &device) |
TypedResult< RtkDongleConfiguration > | mip::commands_gnss::defaultRtkDongleConfiguration (C::mip_interface &device) |
Configure the communications with the RTK Dongle connected to the device.
TypedResult< RtkDongleConfiguration > mip::commands_gnss::defaultRtkDongleConfiguration | ( | C::mip_interface & | device | ) |
TypedResult< RtkDongleConfiguration > mip::commands_gnss::loadRtkDongleConfiguration | ( | C::mip_interface & | device | ) |
TypedResult< RtkDongleConfiguration > mip::commands_gnss::readRtkDongleConfiguration | ( | C::mip_interface & | device, |
uint8_t * | enableOut, | ||
uint8_t * | reservedOut | ||
) |
TypedResult< RtkDongleConfiguration > mip::commands_gnss::saveRtkDongleConfiguration | ( | C::mip_interface & | device | ) |
TypedResult< RtkDongleConfiguration > mip::commands_gnss::writeRtkDongleConfiguration | ( | C::mip_interface & | device, |
uint8_t | enable, | ||
const uint8_t * | reserved | ||
) |