GNSS receiver tools
1
Tools for use with GNSS receivers
|
GNSS DOP and active satellites. More...
#include <NMEA-0183.hh>
Public Member Functions | |
GSA (std::string tid, std::string type, std::vector< std::string > fields, unsigned char checksum) | |
const OpMode | mode (void) const |
const FixType | fix_type (void) const |
const std::vector< int > | satellite_ids (void) const |
const double | PDOP (void) const |
const double | HDOP (void) const |
const double | VDOP (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 |
GNSS DOP and active satellites.
Definition at line 200 of file NMEA-0183.hh.
NMEA0183::GSA::GSA | ( | std::string | tid, |
std::string | type, | ||
std::vector< std::string > | fields, | ||
unsigned char | checksum | ||
) |
Definition at line 204 of file NMEA-0183.cc.
|
inline |
Definition at line 211 of file NMEA-0183.hh.
|
inline |
Definition at line 214 of file NMEA-0183.hh.
|
inline |
Definition at line 210 of file NMEA-0183.hh.
|
inline |
Definition at line 213 of file NMEA-0183.hh.
|
inline |
Definition at line 212 of file NMEA-0183.hh.
|
inline |
Definition at line 215 of file NMEA-0183.hh.