QGIS API Documentation
2.6.0-Brighton
|
GSA packet information structure (Satellite status) More...
#include <sentence.h>
Public Attributes | |
char | fix_mode |
Mode (M = Manual, forced to operate in 2D or 3D; A = Automatic, 3D/2D) | |
int | fix_type |
Type, used for navigation (1 = Fix not available; 2 = 2D; 3 = 3D) | |
int | sat_prn [NMEA_MAXSAT] |
PRNs of satellites used in position fix (null for unused fields) | |
double | PDOP |
Dilution of precision. | |
double | HDOP |
Horizontal dilution of precision. | |
double | VDOP |
Vertical dilution of precision. |
GSA packet information structure (Satellite status)
char _nmeaGPGSA::fix_mode |
Mode (M = Manual, forced to operate in 2D or 3D; A = Automatic, 3D/2D)
int _nmeaGPGSA::fix_type |
Type, used for navigation (1 = Fix not available; 2 = 2D; 3 = 3D)
double _nmeaGPGSA::HDOP |
Horizontal dilution of precision.
double _nmeaGPGSA::PDOP |
Dilution of precision.
int _nmeaGPGSA::sat_prn[NMEA_MAXSAT] |
PRNs of satellites used in position fix (null for unused fields)
double _nmeaGPGSA::VDOP |
Vertical dilution of precision.