OpenCPN Partial API docs
|
Public Types | |
enum class | WDSource { position , velocity , heading , var , sats } |
Public Types inherited from AppMsg | |
enum class | Type { BasicNavData , GPSWatchdog , GnssFix , AisData , DataPrioNeeded , CustomMsg , Undef } |
Public Member Functions | |
GPSWatchdogMsg (WDSource _source, int value) | |
Public Member Functions inherited from AppMsg | |
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 |
Public Attributes inherited from AppMsg | |
const Type | type |
const std::string | name |
NavAddr | source |
unsigned short | prio |
Additional Inherited Members | |
Protected Member Functions inherited from AppMsg | |
AppMsg (AppMsg::Type tp, const std::string &nm, NavAddr src) | |
Definition at line 197 of file comm_appmsg.h.