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
Coords Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]
Data structure that contains the coordinates informations. More...
#include <NMEAParser.h>
Data Fields | |
double | lat |
Latitude. | |
double | lon |
Longitude. | |
float | alt |
Altitude. | |
uint8_t | ns |
Nord / Sud latitude type. | |
uint8_t | ew |
East / West longitude type. | |
uint8_t | mis |
Altitude unit misure. |
Detailed Description
Data structure that contains the coordinates informations.
Definition at line 146 of file NMEAParser.h.
Field Documentation
float alt |
Altitude.
Definition at line 149 of file NMEAParser.h.
uint8_t ew |
East / West longitude type.
Definition at line 151 of file NMEAParser.h.
double lat |
Latitude.
Definition at line 147 of file NMEAParser.h.
double lon |
Longitude.
Definition at line 148 of file NMEAParser.h.
uint8_t mis |
Altitude unit misure.
Definition at line 152 of file NMEAParser.h.
uint8_t ns |
Nord / Sud latitude type.
Definition at line 150 of file NMEAParser.h.
Generated on Wed Jul 13 2022 01:04:53 by
