|
OpenCPN Partial API docs
|
Issued when there are multiple sources providing 'what' with priority == 0. More...
#include <comm_appmsg.h>
Public Attributes | |
| AppMsg::Type | what |
| std::vector< NavAddr > | sources |
Public Attributes inherited from AppMsg | |
| const Type | type |
| const std::string | name |
| NavAddr | source |
| unsigned short | prio |
Additional Inherited Members | |
Public Types inherited from AppMsg | |
| enum class | Type { BasicNavData , GPSWatchdog , GnssFix , AisData , DataPrioNeeded , CustomMsg , Undef } |
Public Member Functions inherited from AppMsg | |
| AppMsg (AppMsg::Type t) | |
| virtual std::string | key () const |
| Return unique key used by Observable. | |
| std::string | GetKey () const |
| Alias for key(). | |
| std::string | TypeToString (const Type t) const |
| virtual std::string | to_string () const |
Protected Member Functions inherited from AppMsg | |
| AppMsg (AppMsg::Type tp, const std::string &nm, NavAddr src) | |
Issued when there are multiple sources providing 'what' with priority == 0.
Should result in GUI actions eventually calling set_priority()
Definition at line 129 of file comm_appmsg.h.
| std::vector<NavAddr> DataPrioNeeded::sources |
Definition at line 132 of file comm_appmsg.h.
| AppMsg::Type DataPrioNeeded::what |
Definition at line 131 of file comm_appmsg.h.