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

GSV packet information structure (Satellites in view) More...

#include <sentence.h>

Collaboration diagram for _nmeaGPGSV:
Collaboration graph
[legend]

Public Attributes

int pack_count
 Total number of messages of this type in this cycle.
int pack_index
 Message number.
int sat_count
 Total number of satellites in view.
nmeaSATELLITE sat_data [NMEA_SATINPACK]

Detailed Description

GSV packet information structure (Satellites in view)

Definition at line 75 of file sentence.h.

Member Data Documentation

int _nmeaGPGSV::pack_count

Total number of messages of this type in this cycle.

Definition at line 77 of file sentence.h.

Referenced by QgsNMEAConnection::processGSVSentence().

int _nmeaGPGSV::pack_index

Message number.

Definition at line 78 of file sentence.h.

Referenced by QgsNMEAConnection::processGSVSentence().

int _nmeaGPGSV::sat_count

Total number of satellites in view.

Definition at line 79 of file sentence.h.

nmeaSATELLITE _nmeaGPGSV::sat_data[NMEA_SATINPACK]

Definition at line 80 of file sentence.h.

Referenced by QgsNMEAConnection::processGSVSentence().


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