OpenCPN Partial API docs
|
A generic message containing a const pointer to basically anything, the pointer neds to be casted to the proper type on the receiving side. More...
#include <comm_appmsg.h>
Additional Inherited Members | |
![]() | |
enum class | Type { BasicNavData , GPSWatchdog , GnssFix , AisData , DataPrioNeeded , CustomMsg , Undef } |
![]() | |
AppMsg (AppMsg::Type t) | |
std::string | GetKey () const |
std::string | TypeToString (const Type t) const |
![]() | |
const Type | type |
const std::string | name |
NavAddr | source |
unsigned short | prio |
![]() | |
AppMsg (AppMsg::Type tp, const std::string &nm, NavAddr src) | |
A generic message containing a const pointer to basically anything, the pointer neds to be casted to the proper type on the receiving side.
Definition at line 234 of file comm_appmsg.h.