OpenCPN Partial API docs
|
Public Types | |
enum class | WDSource { position , velocity , heading , var , sats } |
![]() | |
enum class | Type { BasicNavData , GPSWatchdog , GnssFix , AisData , DataPrioNeeded , CustomMsg , Undef } |
Public Member Functions | |
GPSWatchdogMsg (WDSource _source, int value) | |
![]() | |
AppMsg (AppMsg::Type t) | |
virtual std::string | key () const |
std::string | GetKey () const |
std::string | TypeToString (const Type t) const |
Public Attributes | |
const int | gps_watchdog |
const WDSource | wd_source |
![]() | |
const Type | type |
const std::string | name |
NavAddr | source |
unsigned short | prio |
Additional Inherited Members | |
![]() | |
AppMsg (AppMsg::Type tp, const std::string &nm, NavAddr src) | |
Definition at line 196 of file comm_appmsg.h.
|
strong |
Definition at line 198 of file comm_appmsg.h.
|
inline |
Definition at line 200 of file comm_appmsg.h.
const int GPSWatchdogMsg::gps_watchdog |
Definition at line 207 of file comm_appmsg.h.
const WDSource GPSWatchdogMsg::wd_source |
Definition at line 208 of file comm_appmsg.h.