Harry Keane / X_NUCLEO_GNSS1A1

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

GPGGA_Infos Struct Reference

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.