MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
Modules | |
(0x0E,0x01) Receiver Info | |
Return information about the GNSS receivers in the device. | |
(0x0E,0x02) Signal Configuration | |
Configure the GNSS signals used by the device. | |
(0x0E,0x20) Spartn Configuration | |
Configure the SPARTN corrections service parameters. Notes: | |
(0x0E,0x10) Rtk Dongle Configuration | |
Configure the communications with the RTK Dongle connected to the device. | |
Enumerations | |
enum | { mip::commands_gnss::DESCRIPTOR_SET = 0x0E, mip::commands_gnss::CMD_LIST_RECEIVERS = 0x01, mip::commands_gnss::CMD_SIGNAL_CONFIGURATION = 0x02, mip::commands_gnss::CMD_RTK_DONGLE_CONFIGURATION = 0x10, mip::commands_gnss::CMD_SPARTN_CONFIGURATION = 0x20, mip::commands_gnss::REPLY_LIST_RECEIVERS = 0x81, mip::commands_gnss::REPLY_SIGNAL_CONFIGURATION = 0x82, mip::commands_gnss::REPLY_RTK_DONGLE_CONFIGURATION = 0x90, mip::commands_gnss::REPLY_SPARTN_CONFIGURATION = 0xA0 } |