Harry Keane / X_NUCLEO_GNSS1A1

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

GPRMC_Infos Struct Reference

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.

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.