|
MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
#include <commands_gnss.hpp>
Public Member Functions | |
| void | insert (Serializer &serializer) const |
| Serialization. More... | |
| void | extract (Serializer &serializer) |
Public Attributes | |
| uint8_t | receiver_id = 0 |
| Parameters. More... | |
| uint8_t | mip_data_descriptor_set = 0 |
| MIP descriptor set associated with this receiver. More... | |
| char | description [32] = {0} |
| Ascii description of receiver. Contains the following info (comma-delimited): Module name/model Firmware version info. More... | |
| void mip::commands_gnss::ReceiverInfo::Info::extract | ( | Serializer & | serializer | ) |
| void mip::commands_gnss::ReceiverInfo::Info::insert | ( | Serializer & | serializer | ) | const |
Serialization.
| char mip::commands_gnss::ReceiverInfo::Info::description[32] = {0} |
Ascii description of receiver. Contains the following info (comma-delimited):
Module name/model
Firmware version info.
| uint8_t mip::commands_gnss::ReceiverInfo::Info::mip_data_descriptor_set = 0 |
MIP descriptor set associated with this receiver.
| uint8_t mip::commands_gnss::ReceiverInfo::Info::receiver_id = 0 |
Parameters.
Receiver id: e.g. 1, 2, etc.
1.8.17