#include <commands_3dm.hpp>
|  | 
| enum | MessageID : uint8_t { MessageID::GGA = 1, 
MessageID::GLL = 2, 
MessageID::GSV = 3, 
MessageID::RMC = 4,
 MessageID::VTG = 5, 
MessageID::HDT = 6, 
MessageID::ZDA = 7, 
MessageID::GST = 8,
 MessageID::MSRA = 129, 
MessageID::MSRR = 130
 }
 | 
|  | 
| enum | TalkerID : uint8_t { TalkerID::IGNORED = 0, 
TalkerID::GNSS = 1, 
TalkerID::GPS = 2, 
TalkerID::GALILEO = 3,
 TalkerID::GLONASS = 4
 }
 | 
|  | 
◆ MessageID
| Enumerator | 
|---|
| GGA | GPS System Fix Data. Source can be the Filter or GNSS1/2 datasets.  | 
| GLL | Geographic Position Lat/Lon. Source can be the Filter or GNSS1/2 datasets.  | 
| GSV | GNSS Satellites in View. Source must be either GNSS1 or GNSS2 datasets. The talker ID must be set to IGNORED.  | 
| RMC | Recommended Minimum Specific GNSS Data. Source can be the Filter or GNSS1/2 datasets.  | 
| VTG | Course over Ground. Source can be the Filter or GNSS1/2 datasets.  | 
| HDT | Heading, True. Source can be the Filter or GNSS1/2 datasets.  | 
| ZDA | Time & Date. Source must be the GNSS1 or GNSS2 datasets.  | 
| GST | Position Error Statistics. Source can be the Filter or GNSS1/2 datasets.  | 
| MSRA | MicroStrain proprietary Euler angles. Source must be the Filter dataset. The talker ID must be set to IGNORED.  | 
| MSRR | MicroStrain proprietary Angular Rate/Acceleration. Source must be the Sensor dataset. The talker ID must be set to IGNORED.  | 
 
 
◆ TalkerID
| Enumerator | 
|---|
| IGNORED | Talker ID cannot be changed.  | 
| GNSS | NMEA message will be produced with talker id "GN".  | 
| GPS | NMEA message will be produced with talker id "GP".  | 
| GALILEO | NMEA message will be produced with talker id "GA".  | 
| GLONASS | NMEA message will be produced with talker id "GL".  | 
 
 
◆ insert()
      
        
          | void mip::commands_3dm::NmeaMessage::insert | ( | Serializer & | serializer | ) | const | 
      
 
 
◆ extract()
      
        
          | void mip::commands_3dm::NmeaMessage::extract | ( | Serializer & | serializer | ) |  | 
      
 
 
◆ message_id
◆ talker_id
◆ source_desc_set
      
        
          | uint8_t mip::commands_3dm::NmeaMessage::source_desc_set = 0 | 
      
 
 
◆ decimation
      
        
          | uint16_t mip::commands_3dm::NmeaMessage::decimation = 0 | 
      
 
 
The documentation for this struct was generated from the following files: