Harry Keane / X_NUCLEO_GNSS1A1

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

GNS_Infos Struct Reference

GNS_Infos Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]

Data structure that contains all of the informations about the fix data for single or combined satellite navigation system. More...

#include <NMEAParser.h>

Data Fields

char constellation [MAX_STR_LEN]
 Constellation enabled: GPGNS (GPS), GLGNS (GLONASS), GAGNS (GALILEO), BDGNS (BEIDOU), QZGNS (QZSS), GNGNS (more than one)
UTC_Info utc
 UTC Time.
Coords xyz
 Coords data member.
char gps_mode
 N = NO Fix, A = Autonomous, D = Differential GPS, E = Estimated (dead reckoning mode)
char glonass_mode
 N = NO Fix, A = Autonomous, D = Differential Glonass, E = Estimated (dead reckoning mode)
int sats
 Number of satellities acquired.
float hdop
 Horizontal Dilution of Precision, max: 99.0.
float geo_sep
 Geoidal separation, meter.
char dgnss_age
 Not supported.
char dgnss_ref
 Not supported.
int checksum
 Checksum of the message bytes.

Detailed Description

Data structure that contains all of the informations about the fix data for single or combined satellite navigation system.

Definition at line 201 of file NMEAParser.h.


Field Documentation

int checksum

Checksum of the message bytes.

Definition at line 212 of file NMEAParser.h.

char constellation[MAX_STR_LEN]

Constellation enabled: GPGNS (GPS), GLGNS (GLONASS), GAGNS (GALILEO), BDGNS (BEIDOU), QZGNS (QZSS), GNGNS (more than one)

Definition at line 202 of file NMEAParser.h.

char dgnss_age

Not supported.

Definition at line 210 of file NMEAParser.h.

char dgnss_ref

Not supported.

Definition at line 211 of file NMEAParser.h.

float geo_sep

Geoidal separation, meter.

Definition at line 209 of file NMEAParser.h.

N = NO Fix, A = Autonomous, D = Differential Glonass, E = Estimated (dead reckoning mode)

Definition at line 206 of file NMEAParser.h.

char gps_mode

N = NO Fix, A = Autonomous, D = Differential GPS, E = Estimated (dead reckoning mode)

Definition at line 205 of file NMEAParser.h.

float hdop

Horizontal Dilution of Precision, max: 99.0.

Definition at line 208 of file NMEAParser.h.

int sats

Number of satellities acquired.

Definition at line 207 of file NMEAParser.h.

UTC Time.

Definition at line 203 of file NMEAParser.h.

Coords data member.

Definition at line 204 of file NMEAParser.h.