QGIS API Documentation  2.12.0-Lyon
Public Attributes | List of all members
_nmeaGPVTG Struct Reference

VTG packet information structure (Track made good and ground speed) More...

#include <sentence.h>

Public Attributes

double dec
 Magnetic track made good. More...
 
char dec_m
 Fixed text 'M'. More...
 
double dir
 True track made good (degrees) More...
 
char dir_t
 Fixed text 'T' indicates that track made good is relative to true north. More...
 
double spk
 Ground speed, kilometers per hour. More...
 
char spk_k
 Fixed text 'K' indicates that speed over ground is in kilometers/hour. More...
 
double spn
 Ground speed, knots. More...
 
char spn_n
 Fixed text 'N' indicates that speed over ground is in knots. More...
 

Detailed Description

VTG packet information structure (Track made good and ground speed)

Definition at line 106 of file sentence.h.

Member Data Documentation

double _nmeaGPVTG::dec

Magnetic track made good.

Definition at line 110 of file sentence.h.

char _nmeaGPVTG::dec_m

Fixed text 'M'.

Definition at line 111 of file sentence.h.

double _nmeaGPVTG::dir

True track made good (degrees)

Definition at line 108 of file sentence.h.

char _nmeaGPVTG::dir_t

Fixed text 'T' indicates that track made good is relative to true north.

Definition at line 109 of file sentence.h.

double _nmeaGPVTG::spk

Ground speed, kilometers per hour.

Definition at line 114 of file sentence.h.

char _nmeaGPVTG::spk_k

Fixed text 'K' indicates that speed over ground is in kilometers/hour.

Definition at line 115 of file sentence.h.

double _nmeaGPVTG::spn

Ground speed, knots.

Definition at line 112 of file sentence.h.

char _nmeaGPVTG::spn_n

Fixed text 'N' indicates that speed over ground is in knots.

Definition at line 113 of file sentence.h.


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