Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: A_TeseoLocationNEW A_TeseoLocation
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 |
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 |
Generated on Wed Jul 13 2022 01:04:53 by
