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
_nmeaGPVTG Struct Reference

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

#include <sentence.h>

Public Attributes

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

Detailed Description

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

Member Data Documentation

double _nmeaGPVTG::dec

Magnetic track made good.

char _nmeaGPVTG::dec_m

Fixed text 'M'.

double _nmeaGPVTG::dir

True track made good (degrees)

char _nmeaGPVTG::dir_t

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

double _nmeaGPVTG::spk

Ground speed, kilometers per hour.

char _nmeaGPVTG::spk_k

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

double _nmeaGPVTG::spn

Ground speed, knots.

char _nmeaGPVTG::spn_n

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


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