GNSS receiver tools
1
Tools for use with GNSS receivers
|
Course over ground and ground speed. More...
#include <NMEA-0183.hh>
Public Member Functions | |
VTG (std::string tid, std::string type, std::vector< std::string > fields, unsigned char checksum) | |
const double | true_course (void) const |
const double | magnetic_course (void) const |
const double | speed_knots (void) const |
const double | speed (void) const |
const ReceiverMode | receiver_mode (void) const |
![]() | |
Sentence (std::string tid, std::string type, unsigned char checksum) | |
Constructor. More... | |
const std::string | talker_id (void) const |
const std::string | type (void) const |
const unsigned char | checksum (void) const |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< Sentence > | ptr |
Course over ground and ground speed.
Definition at line 277 of file NMEA-0183.hh.
NMEA0183::VTG::VTG | ( | std::string | tid, |
std::string | type, | ||
std::vector< std::string > | fields, | ||
unsigned char | checksum | ||
) |
Definition at line 251 of file NMEA-0183.cc.
|
inline |
Definition at line 287 of file NMEA-0183.hh.
|
inline |
Definition at line 290 of file NMEA-0183.hh.
|
inline |
Definition at line 289 of file NMEA-0183.hh.
|
inline |
Definition at line 288 of file NMEA-0183.hh.
|
inline |
Definition at line 286 of file NMEA-0183.hh.