Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: A_TeseoLocationNEW A_TeseoLocation
GNS_Infos Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]
Data structure that contains all of the informations about the fix data for single or combined satellite navigation system. More...
#include <NMEAParser.h>
Data Fields | |
char | constellation [MAX_STR_LEN] |
Constellation enabled: GPGNS (GPS), GLGNS (GLONASS), GAGNS (GALILEO), BDGNS (BEIDOU), QZGNS (QZSS), GNGNS (more than one) | |
UTC_Info | utc |
UTC Time. | |
Coords | xyz |
Coords data member. | |
char | gps_mode |
N = NO Fix, A = Autonomous, D = Differential GPS, E = Estimated (dead reckoning mode) | |
char | glonass_mode |
N = NO Fix, A = Autonomous, D = Differential Glonass, E = Estimated (dead reckoning mode) | |
int | sats |
Number of satellities acquired. | |
float | hdop |
Horizontal Dilution of Precision, max: 99.0. | |
float | geo_sep |
Geoidal separation, meter. | |
char | dgnss_age |
Not supported. | |
char | dgnss_ref |
Not supported. | |
int | checksum |
Checksum of the message bytes. |
Detailed Description
Data structure that contains all of the informations about the fix data for single or combined satellite navigation system.
Definition at line 201 of file NMEAParser.h.
Field Documentation
int checksum |
Checksum of the message bytes.
Definition at line 212 of file NMEAParser.h.
char constellation[MAX_STR_LEN] |
Constellation enabled: GPGNS (GPS), GLGNS (GLONASS), GAGNS (GALILEO), BDGNS (BEIDOU), QZGNS (QZSS), GNGNS (more than one)
Definition at line 202 of file NMEAParser.h.
char dgnss_age |
Not supported.
Definition at line 210 of file NMEAParser.h.
char dgnss_ref |
Not supported.
Definition at line 211 of file NMEAParser.h.
float geo_sep |
Geoidal separation, meter.
Definition at line 209 of file NMEAParser.h.
char glonass_mode |
N = NO Fix, A = Autonomous, D = Differential Glonass, E = Estimated (dead reckoning mode)
Definition at line 206 of file NMEAParser.h.
char gps_mode |
N = NO Fix, A = Autonomous, D = Differential GPS, E = Estimated (dead reckoning mode)
Definition at line 205 of file NMEAParser.h.
float hdop |
Horizontal Dilution of Precision, max: 99.0.
Definition at line 208 of file NMEAParser.h.
int sats |
Number of satellities acquired.
Definition at line 207 of file NMEAParser.h.
UTC Time.
Definition at line 203 of file NMEAParser.h.
Coords data member.
Definition at line 204 of file NMEAParser.h.
Generated on Wed Jul 13 2022 01:04:53 by
