QGIS API Documentation
2.6.0-Brighton
|
GGA packet information structure (Global Positioning System Fix Data) More...
#include <sentence.h>
Public Attributes | |
nmeaTIME | utc |
UTC of position (just time) | |
double | lat |
Latitude in NDEG - [degree][min]. | |
char | ns |
[N]orth or [S]outh | |
double | lon |
Longitude in NDEG - [degree][min]. | |
char | ew |
[E]ast or [W]est | |
int | sig |
GPS quality indicator (0 = Invalid; 1 = Fix; 2 = Differential, 3 = Sensitive) | |
int | satinuse |
Number of satellites in use (not those in view) | |
double | HDOP |
Horizontal dilution of precision. | |
double | elv |
Antenna altitude above/below mean sea level (geoid) | |
char | elv_units |
[M]eters (Antenna height unit) | |
double | diff |
Geoidal separation (Diff. | |
char | diff_units |
[M]eters (Units of geoidal separation) | |
double | dgps_age |
Time in seconds since last DGPS update. | |
int | dgps_sid |
DGPS station ID number. |
GGA packet information structure (Global Positioning System Fix Data)
double _nmeaGPGGA::dgps_age |
Time in seconds since last DGPS update.
int _nmeaGPGGA::dgps_sid |
DGPS station ID number.
double _nmeaGPGGA::diff |
Geoidal separation (Diff.
between WGS-84 earth ellipsoid and mean sea level. '-' = geoid is below WGS-84 ellipsoid)
char _nmeaGPGGA::diff_units |
[M]eters (Units of geoidal separation)
double _nmeaGPGGA::elv |
Antenna altitude above/below mean sea level (geoid)
char _nmeaGPGGA::elv_units |
[M]eters (Antenna height unit)
char _nmeaGPGGA::ew |
[E]ast or [W]est
double _nmeaGPGGA::HDOP |
Horizontal dilution of precision.
double _nmeaGPGGA::lat |
Latitude in NDEG - [degree][min].
[sec/60]
double _nmeaGPGGA::lon |
Longitude in NDEG - [degree][min].
[sec/60]
char _nmeaGPGGA::ns |
[N]orth or [S]outh
int _nmeaGPGGA::satinuse |
Number of satellites in use (not those in view)
int _nmeaGPGGA::sig |
GPS quality indicator (0 = Invalid; 1 = Fix; 2 = Differential, 3 = Sensitive)
nmeaTIME _nmeaGPGGA::utc |
UTC of position (just time)