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.
GSA_Infos Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]
Data structure that contains all of the informations about the GSA satellites. More...
#include <NMEAParser.h>
Data Fields | |
| char | constellation [MAX_STR_LEN] |
| Constellation enabled: GPGSA (GPS), GLGSA (GLONASS), GAGSA (GALILEO), BDGSA (BEIDOU), GNGSA (more than one) | |
| char | operating_mode |
| Operating Mode: 'M' = Manual, 'A' = Auto (2D/3D) | |
| int | current_mode |
| Current Mode: 1. | |
| int | sat_prn [MAX_SAT_NUM] |
| Satellites list used in position fix (max N 12) | |
| float | pdop |
| Position Dilution of Precision, max: 99.0. | |
| float | hdop |
| Horizontal Dilution of Precision, max: 99.0. | |
| float | vdop |
| Vertical Dilution of Precision, max: 99.0. | |
| int | checksum |
| Checksum of the message bytes. | |
Detailed Description
Data structure that contains all of the informations about the GSA satellites.
Definition at line 248 of file NMEAParser.h.
Field Documentation
| int checksum |
Checksum of the message bytes.
Definition at line 256 of file NMEAParser.h.
| char constellation[MAX_STR_LEN] |
Constellation enabled: GPGSA (GPS), GLGSA (GLONASS), GAGSA (GALILEO), BDGSA (BEIDOU), GNGSA (more than one)
Definition at line 249 of file NMEAParser.h.
| int current_mode |
| float hdop |
Horizontal Dilution of Precision, max: 99.0.
Definition at line 254 of file NMEAParser.h.
| char operating_mode |
Operating Mode: 'M' = Manual, 'A' = Auto (2D/3D)
Definition at line 250 of file NMEAParser.h.
| float pdop |
Position Dilution of Precision, max: 99.0.
Definition at line 253 of file NMEAParser.h.
| int sat_prn[MAX_SAT_NUM] |
Satellites list used in position fix (max N 12)
Definition at line 252 of file NMEAParser.h.
| float vdop |
Vertical Dilution of Precision, max: 99.0.
Definition at line 255 of file NMEAParser.h.
Generated on Tue Jul 12 2022 18:14:44 by
1.7.2
X-NUCLEO-GNSS1A1 Global Navigation Satellite System