GNSS receiver tools
1
Tools for use with GNSS receivers
|
Base class for holding NMEA-0183 sentence data. More...
#include <NMEA-0183.hh>
Public Types | |
typedef std::shared_ptr< Sentence > | ptr |
Public Member Functions | |
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 |
Base class for holding NMEA-0183 sentence data.
Definition at line 93 of file NMEA-0183.hh.
typedef std::shared_ptr<Sentence> NMEA0183::Sentence::ptr |
Definition at line 102 of file NMEA-0183.hh.
NMEA0183::Sentence::Sentence | ( | std::string | tid, |
std::string | type, | ||
unsigned char | checksum | ||
) |
Constructor.
Definition at line 66 of file NMEA-0183.cc.
|
inline |
Definition at line 106 of file NMEA-0183.hh.
|
inline |
Definition at line 104 of file NMEA-0183.hh.
|
inline |
Definition at line 105 of file NMEA-0183.hh.