MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
#include <commands_3dm.hpp>
Public Types | |
enum class | MessageID : uint8_t { GGA = 1 , GLL = 2 , GSV = 3 , RMC = 4 , VTG = 5 , HDT = 6 , ZDA = 7 , PRKA = 100 , PRKR = 101 } |
enum class | TalkerID : uint8_t { GNSS = 1 , GPS = 2 , GALILEO = 3 , GLONASS = 4 } |
Public Attributes | |
MessageID | message_id = static_cast<MessageID>(0) |
Message type (GGA, GLL, etc) More... | |
TalkerID | talker_id = static_cast<TalkerID>(0) |
Talker ID (GN, GP, etc) More... | |
uint8_t | source_desc_set = 0 |
Data source descriptor set (Filter, GNSS, etc) More... | |
uint16_t | decimation = 0 |
Decimation from the base rate of the source descriptor set. More... | |
|
strong |
|
strong |
uint16_t mip::commands_3dm::NmeaMessage::decimation = 0 |
Decimation from the base rate of the source descriptor set.
Message type (GGA, GLL, etc)
uint8_t mip::commands_3dm::NmeaMessage::source_desc_set = 0 |
Data source descriptor set (Filter, GNSS, etc)
Talker ID (GN, GP, etc)