QGIS API Documentation  master-59fd5e0
_nmeaGPGGA Struct Reference

GGA packet information structure (Global Positioning System Fix Data) More...

#include <sentence.h>

+ Collaboration diagram for _nmeaGPGGA:

List of all members.

Public Attributes

double dgps_age
 Time in seconds since last DGPS update.
int dgps_sid
 DGPS station ID number.
double diff
 Geoidal separation (Diff.
char diff_units
 [M]eters (Units of geoidal separation)
double elv
 Antenna altitude above/below mean sea level (geoid)
char elv_units
 [M]eters (Antenna height unit)
char ew
 [E]ast or [W]est
double HDOP
 Horizontal dilution of precision.
double lat
 Latitude in NDEG - [degree][min].
double lon
 Longitude in NDEG - [degree][min].
char ns
 [N]orth or [S]outh
int satinuse
 Number of satellites in use (not those in view)
int sig
 GPS quality indicator (0 = Invalid; 1 = Fix; 2 = Differential, 3 = Sensitive)
nmeaTIME utc
 UTC of position (just time)

Detailed Description

GGA packet information structure (Global Positioning System Fix Data)

Definition at line 39 of file sentence.h.


Member Data Documentation

Time in seconds since last DGPS update.

Definition at line 53 of file sentence.h.

DGPS station ID number.

Definition at line 54 of file sentence.h.

Geoidal separation (Diff.

between WGS-84 earth ellipsoid and mean sea level. '-' = geoid is below WGS-84 ellipsoid)

Definition at line 51 of file sentence.h.

[M]eters (Units of geoidal separation)

Definition at line 52 of file sentence.h.

Antenna altitude above/below mean sea level (geoid)

Definition at line 49 of file sentence.h.

Referenced by QgsNMEAConnection::processGGASentence().

[M]eters (Antenna height unit)

Definition at line 50 of file sentence.h.

[E]ast or [W]est

Definition at line 45 of file sentence.h.

Referenced by QgsNMEAConnection::processGGASentence().

Horizontal dilution of precision.

Definition at line 48 of file sentence.h.

Latitude in NDEG - [degree][min].

[sec/60]

Definition at line 42 of file sentence.h.

Referenced by QgsNMEAConnection::processGGASentence().

Longitude in NDEG - [degree][min].

[sec/60]

Definition at line 44 of file sentence.h.

Referenced by QgsNMEAConnection::processGGASentence().

[N]orth or [S]outh

Definition at line 43 of file sentence.h.

Referenced by QgsNMEAConnection::processGGASentence().

Number of satellites in use (not those in view)

Definition at line 47 of file sentence.h.

Referenced by QgsNMEAConnection::processGGASentence().

GPS quality indicator (0 = Invalid; 1 = Fix; 2 = Differential, 3 = Sensitive)

Definition at line 46 of file sentence.h.

Referenced by QgsNMEAConnection::processGGASentence().

UTC of position (just time)

Definition at line 41 of file sentence.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines