Harry Keane / X_NUCLEO_GNSS1A1

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

GSA_Infos Struct Reference

GSA_Infos Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]

Data structure that contains all of the informations about the GSA satellites. More...

#include <NMEAParser.h>

Data Fields

char constellation [MAX_STR_LEN]
 Constellation enabled: GPGSA (GPS), GLGSA (GLONASS), GAGSA (GALILEO), BDGSA (BEIDOU), GNGSA (more than one)
char operating_mode
 Operating Mode: 'M' = Manual, 'A' = Auto (2D/3D)
int current_mode
 Current Mode: 1.
int sat_prn [MAX_SAT_NUM]
 Satellites list used in position fix (max N 12)
float pdop
 Position Dilution of Precision, max: 99.0.
float hdop
 Horizontal Dilution of Precision, max: 99.0.
float vdop
 Vertical Dilution of Precision, max: 99.0.
int checksum
 Checksum of the message bytes.

Detailed Description

Data structure that contains all of the informations about the GSA satellites.

Definition at line 248 of file NMEAParser.h.


Field Documentation

int checksum

Checksum of the message bytes.

Definition at line 256 of file NMEAParser.h.

char constellation[MAX_STR_LEN]

Constellation enabled: GPGSA (GPS), GLGSA (GLONASS), GAGSA (GALILEO), BDGSA (BEIDOU), GNGSA (more than one)

Definition at line 249 of file NMEAParser.h.

Current Mode: 1.

no fix available, 2. 2D, 3. 3D

Definition at line 251 of file NMEAParser.h.

float hdop

Horizontal Dilution of Precision, max: 99.0.

Definition at line 254 of file NMEAParser.h.

Operating Mode: 'M' = Manual, 'A' = Auto (2D/3D)

Definition at line 250 of file NMEAParser.h.

float pdop

Position Dilution of Precision, max: 99.0.

Definition at line 253 of file NMEAParser.h.

int sat_prn[MAX_SAT_NUM]

Satellites list used in position fix (max N 12)

Definition at line 252 of file NMEAParser.h.

float vdop

Vertical Dilution of Precision, max: 99.0.

Definition at line 255 of file NMEAParser.h.