|
OpenCPN Partial API docs
|
Public Types | |
| enum class | Type { BasicNavData , GPSWatchdog , GnssFix , AisData , DataPrioNeeded , CustomMsg , Undef } |
Public Member Functions | |
| AppMsg (AppMsg::Type t) | |
| virtual std::string | key () const |
| std::string | GetKey () const |
| std::string | TypeToString (const Type t) const |
Public Attributes | |
| const Type | type |
| const std::string | name |
| NavAddr | source |
| unsigned short | prio |
Protected Member Functions | |
| AppMsg (AppMsg::Type tp, const std::string &nm, NavAddr src) | |
Definition at line 89 of file comm_appmsg.h.