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
GPRMC_Infos Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]
Data structure that contains all the Recommended Minimum Specific GPS/Transit data. More...
#include <NMEAParser.h>
Data Fields | |
UTC_Info | utc |
UTC Time. | |
char | status |
“A” = valid, “V” = Warning | |
Coords | xyz |
Coords data member. | |
float | speed |
Speed over ground in knots. | |
float | trackgood |
Course made good. | |
int | date |
Date of Fix. | |
float | mag_var |
Magnetic Variation. | |
char | mag_var_dir |
Magnetic Variation Direction. | |
int | checksum |
Checksum of the message bytes. |
Detailed Description
Data structure that contains all the Recommended Minimum Specific GPS/Transit data.
Definition at line 233 of file NMEAParser.h.
Field Documentation
int checksum |
Checksum of the message bytes.
Definition at line 242 of file NMEAParser.h.
int date |
Date of Fix.
Definition at line 239 of file NMEAParser.h.
float mag_var |
Magnetic Variation.
Definition at line 240 of file NMEAParser.h.
char mag_var_dir |
Magnetic Variation Direction.
Definition at line 241 of file NMEAParser.h.
float speed |
Speed over ground in knots.
Definition at line 237 of file NMEAParser.h.
char status |
“A” = valid, “V” = Warning
Definition at line 235 of file NMEAParser.h.
float trackgood |
Course made good.
Definition at line 238 of file NMEAParser.h.
UTC Time.
Definition at line 234 of file NMEAParser.h.
Coords data member.
Definition at line 236 of file NMEAParser.h.
Generated on Wed Jul 13 2022 01:04:53 by
