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
GPGGA_Infos Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]
Data structure that contains all of the informations about the GPS position. More...
#include <NMEAParser.h>
Data Fields | |
UTC_Info | utc |
UTC Time. | |
Coords | xyz |
Coords data member. | |
float | acc |
GPS Accuracy. | |
int | sats |
Number of satellities acquired. | |
GPS_ValidTypedef | valid |
GPS Signal fix quality. | |
Geoid_Info | geoid |
Geoids data info member. | |
int | update |
Update time from the last acquired GPS Info. | |
int | checksum |
Checksum of the message bytes. |
Detailed Description
Data structure that contains all of the informations about the GPS position.
Definition at line 186 of file NMEAParser.h.
Field Documentation
float acc |
GPS Accuracy.
Definition at line 189 of file NMEAParser.h.
int checksum |
Checksum of the message bytes.
Definition at line 194 of file NMEAParser.h.
Geoids data info member.
Definition at line 192 of file NMEAParser.h.
int sats |
Number of satellities acquired.
Definition at line 190 of file NMEAParser.h.
int update |
Update time from the last acquired GPS Info.
Definition at line 193 of file NMEAParser.h.
UTC Time.
Definition at line 187 of file NMEAParser.h.
GPS Signal fix quality.
Definition at line 191 of file NMEAParser.h.
Coords data member.
Definition at line 188 of file NMEAParser.h.
Generated on Wed Jul 13 2022 01:04:53 by
