GNSS receiver tools
1
Tools for use with GNSS receivers
|
GNSS satellites in view. More...
#include <NMEA-0183.hh>
Public Member Functions | |
GSV (std::string tid, std::string type, std::vector< std::string > fields, unsigned char checksum) | |
const int | num_messages (void) const |
const int | message_seq (void) const |
const int | satellites_in_view (void) const |
const std::vector< SatelliteData::ptr > | satellite_data (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 satellites in view.
Definition at line 235 of file NMEA-0183.hh.
NMEA0183::GSV::GSV | ( | std::string | tid, |
std::string | type, | ||
std::vector< std::string > | fields, | ||
unsigned char | checksum | ||
) |
Definition at line 218 of file NMEA-0183.cc.
|
inline |
Definition at line 244 of file NMEA-0183.hh.
|
inline |
Definition at line 243 of file NMEA-0183.hh.
|
inline |
Definition at line 246 of file NMEA-0183.hh.
|
inline |
Definition at line 245 of file NMEA-0183.hh.