GPS, Galileo, etc.
More...
#include <comm_appmsg.h>
|
enum class | Quality { none
, gnss
, differential
} |
|
enum class | Type {
BasicNavData
, GPSWatchdog
, GnssFix
, AisData
,
DataPrioNeeded
, CustomMsg
, Undef
} |
|
|
| GnssFix (Position p, time_t t, Quality q=Quality::none, int s_used=-1) |
|
std::string | to_string () const |
|
| AppMsg (AppMsg::Type t) |
|
virtual std::string | key () const |
|
std::string | GetKey () const |
| Return key used to listen and notify. More...
|
|
std::string | TypeToString (const Type t) const |
|
virtual std::string | GetKey () const =0 |
| Return key used to listen and notify. More...
|
|
GPS, Galileo, etc.
position data point.
Definition at line 133 of file comm_appmsg.h.
◆ Quality
enum class GnssFix::Quality |
|
strong |
◆ GnssFix()
GnssFix::GnssFix |
( |
Position |
p, |
|
|
time_t |
t, |
|
|
Quality |
q = Quality::none , |
|
|
int |
s_used = -1 |
|
) |
| |
|
inline |
◆ to_string()
std::string GnssFix::to_string |
( |
| ) |
const |
|
inline |
◆ pos
◆ quality
◆ satellites_used
int GnssFix::satellites_used |
◆ time
const time_t GnssFix::time |
The documentation for this class was generated from the following file: