Goby3
3.1.5a
2024.05.23
|
Classes | |
struct | HDT |
struct | RMC |
struct | RTE |
struct | WPL |
Enumerations | |
enum | CoordType { LAT, LON } |
Functions | |
double | nmea_geo_to_decimal (std::string nmea_geo_str, char hemi) |
Convert NMEA latitude/longitude string plus hemisphere to a decimal degrees value. More... | |
std::pair< std::string, char > | decimal_to_nmea_geo (double decimal, CoordType t) |
Convert a decimal degrees latitude or longitude into a pair of NMEA string representation and hemisphere value. More... | |
bool | operator== (const RMC &rmc1, const RMC &rmc2) |
std::ostream & | operator<< (std::ostream &os, const RMC &rmc) |
bool | operator== (const HDT &hdt1, const HDT &hdt2) |
std::ostream & | operator<< (std::ostream &os, const HDT &hdt) |
bool | operator== (const WPL &wpl1, const WPL &wpl2) |
std::ostream & | operator<< (std::ostream &os, const WPL &wpl) |
bool | operator== (const RTE &rte1, const RTE &rte2) |
std::ostream & | operator<< (std::ostream &os, const RTE &rte) |
Enumerator | |
---|---|
LAT | |
LON |
Definition at line 47 of file gps_sentence.h.
Convert a decimal degrees latitude or longitude into a pair of NMEA string representation and hemisphere value.
Convert NMEA latitude/longitude string plus hemisphere to a decimal degrees value.
|
inline |
Definition at line 139 of file gps_sentence.h.
|
inline |
Definition at line 108 of file gps_sentence.h.
|
inline |
Definition at line 219 of file gps_sentence.h.
|
inline |
Definition at line 175 of file gps_sentence.h.
Definition at line 134 of file gps_sentence.h.
Definition at line 103 of file gps_sentence.h.
Definition at line 214 of file gps_sentence.h.
Definition at line 170 of file gps_sentence.h.