QGIS API Documentation
2.0.1-Dufour
|
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. |
VTG packet information structure (Track made good and ground speed)
Definition at line 106 of file sentence.h.
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.
Referenced by QgsNMEAConnection::processVTGSentence().
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.