Harry Keane / X_NUCLEO_GNSS1A1

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

GSV_Infos Struct Reference

GSV_Infos Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]

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

#include <NMEAParser.h>

Data Fields

char constellation [MAX_STR_LEN]
 Constellation enabled: GPGSV (GPS), GLGSV (GLONASS), GAGSV (GALILEO), BDGSV (BEIDOU), QZGSV (QZSS), GNGSV (more than one)
int amount
 Total amount of GSV messages, max.
int number
 Continued GSV number of this message.
int tot_sats
 Total Number of Satellites in view, max.
GSV_SAT_Info gsv_sat_i [MAX_SAT_NUM]
 Satellite info.
int checksum
 Checksum of the message bytes.

Detailed Description

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

Definition at line 262 of file NMEAParser.h.


Field Documentation

int amount

Total amount of GSV messages, max.

3

Definition at line 264 of file NMEAParser.h.

int checksum

Checksum of the message bytes.

Definition at line 268 of file NMEAParser.h.

char constellation[MAX_STR_LEN]

Constellation enabled: GPGSV (GPS), GLGSV (GLONASS), GAGSV (GALILEO), BDGSV (BEIDOU), QZGSV (QZSS), GNGSV (more than one)

Definition at line 263 of file NMEAParser.h.

GSV_SAT_Info gsv_sat_i[MAX_SAT_NUM]

Satellite info.

Definition at line 267 of file NMEAParser.h.

int number

Continued GSV number of this message.

Definition at line 265 of file NMEAParser.h.

int tot_sats

Total Number of Satellites in view, max.

12

Definition at line 266 of file NMEAParser.h.