QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
_nmeaGPGSA Struct Reference

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.

Detailed Description

GSA packet information structure (Satellite status)

Member Data Documentation

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.


The documentation for this struct was generated from the following file: