OpenCPN Partial API docs
|
Public Member Functions | |
NotificationMsg (const std::string action, std::shared_ptr< Notification > _notification) | |
![]() | |
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 |
Public Attributes | |
const std::string | action_verb |
std::shared_ptr< Notification > | notification |
![]() | |
const Type | type |
const std::string | name |
NavAddr | source |
unsigned short | prio |
Additional Inherited Members | |
![]() | |
enum class | Type { BasicNavData , GPSWatchdog , GnssFix , AisData , DataPrioNeeded , CustomMsg , Undef } |
![]() | |
AppMsg (AppMsg::Type tp, const std::string &nm, NavAddr src) | |
Definition at line 33 of file notification_manager.h.
|
inline |
Definition at line 35 of file notification_manager.h.
|
inline |
Definition at line 37 of file notification_manager.h.
const std::string NotificationMsg::action_verb |
Definition at line 45 of file notification_manager.h.
std::shared_ptr<Notification> NotificationMsg::notification |
Definition at line 46 of file notification_manager.h.