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.
Dependencies: mbos Watchdog TextLCD mbed ConfigFile
_nmeaINFO Struct Reference
Summary GPS information from all parsed packets, used also for generating NMEA stream. More...
#include <info.h>
Data Fields | |
| int | smask |
| Mask specifying types of packages from which data have been obtained. | |
| nmeaTIME | utc |
| UTC of position. | |
| int | sig |
| GPS quality indicator (0 = Invalid; 1 = Fix; 2 = Differential, 3 = Sensitive) | |
| int | fix |
| Operating mode, used for navigation (1 = Fix not available; 2 = 2D; 3 = 3D) | |
| double | PDOP |
| Position Dilution Of Precision. | |
| double | HDOP |
| Horizontal Dilution Of Precision. | |
| double | VDOP |
| Vertical Dilution Of Precision. | |
| double | lat |
| Latitude in NDEG - +/-[degree][min]. | |
| double | lon |
| Longitude in NDEG - +/-[degree][min]. | |
| double | elv |
| Antenna altitude above/below mean sea level (geoid) in meters. | |
| double | speed |
| Speed over the ground in kilometers/hour. | |
| double | direction |
| Track angle in degrees True. | |
| double | declination |
| Magnetic variation degrees (Easterly var. | |
| nmeaSATINFO | satinfo |
| Satellites information. | |
Detailed Description
Summary GPS information from all parsed packets, used also for generating NMEA stream.
- See also:
- nmea_parse
- nmea_GPGGA2info, nmea_...2info
Definition at line 82 of file info.h.
Field Documentation
| double declination |
| double elv |
| int fix |
| int sig |
| int smask |
Generated on Thu Jul 14 2022 14:06:47 by
1.7.2