Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbos Watchdog TextLCD mbed ConfigFile
_nmeaGPVTG Struct Reference
VTG packet information structure (Track made good and ground speed) More...
#include <sentence.h>
Data Fields | |
| 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)
Definition at line 105 of file sentence.h.
Field Documentation
| double dec |
Magnetic track made good.
Definition at line 109 of file sentence.h.
| char dec_m |
Fixed text 'M'.
Definition at line 110 of file sentence.h.
| double dir |
True track made good (degrees)
Definition at line 107 of file sentence.h.
| char dir_t |
Fixed text 'T' indicates that track made good is relative to true north.
Definition at line 108 of file sentence.h.
| double spk |
Ground speed, kilometers per hour.
Definition at line 113 of file sentence.h.
| char spk_k |
Fixed text 'K' indicates that speed over ground is in kilometers/hour.
Definition at line 114 of file sentence.h.
| double spn |
Ground speed, knots.
Definition at line 111 of file sentence.h.
| char spn_n |
Fixed text 'N' indicates that speed over ground is in knots.
Definition at line 112 of file sentence.h.
Generated on Thu Jul 14 2022 14:06:47 by
1.7.2