QGIS API Documentation
2.6.0-Brighton
|
Summary GPS information from all parsed packets, used also for generating NMEA stream. More...
#include <info.h>
Public Attributes | |
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. |
Summary GPS information from all parsed packets, used also for generating NMEA stream.
double _nmeaINFO::declination |
Magnetic variation degrees (Easterly var.
subtracts from true course)
double _nmeaINFO::direction |
Track angle in degrees True.
double _nmeaINFO::elv |
Antenna altitude above/below mean sea level (geoid) in meters.
int _nmeaINFO::fix |
Operating mode, used for navigation (1 = Fix not available; 2 = 2D; 3 = 3D)
double _nmeaINFO::HDOP |
Horizontal Dilution Of Precision.
double _nmeaINFO::lat |
Latitude in NDEG - +/-[degree][min].
[sec/60]
double _nmeaINFO::lon |
Longitude in NDEG - +/-[degree][min].
[sec/60]
double _nmeaINFO::PDOP |
Position Dilution Of Precision.
nmeaSATINFO _nmeaINFO::satinfo |
Satellites information.
int _nmeaINFO::sig |
GPS quality indicator (0 = Invalid; 1 = Fix; 2 = Differential, 3 = Sensitive)
int _nmeaINFO::smask |
Mask specifying types of packages from which data have been obtained.
double _nmeaINFO::speed |
Speed over the ground in kilometers/hour.
nmeaTIME _nmeaINFO::utc |
UTC of position.
double _nmeaINFO::VDOP |
Vertical Dilution Of Precision.