GNSS receiver tools
1
Tools for use with GNSS receivers
|
Geographic position - latitude/longitude. More...
#include <NMEA-0183.hh>
Public Member Functions | |
GLL (std::string tid, std::string type, std::vector< std::string > fields, unsigned char checksum) | |
const double | lattitude (void) const |
const double | longitude (void) const |
const ptime::time_duration | UTC_time (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 |
Geographic position - latitude/longitude.
Definition at line 169 of file NMEA-0183.hh.
NMEA0183::GLL::GLL | ( | std::string | tid, |
std::string | type, | ||
std::vector< std::string > | fields, | ||
unsigned char | checksum | ||
) |
Definition at line 195 of file NMEA-0183.cc.
|
inline |
Definition at line 178 of file NMEA-0183.hh.
|
inline |
Definition at line 179 of file NMEA-0183.hh.
|
inline |
Definition at line 181 of file NMEA-0183.hh.
|
inline |
Definition at line 180 of file NMEA-0183.hh.