|
OpenCPN Partial API docs
|
Public Member Functions | |
| NotificationMsg (const std::string action, std::shared_ptr< Notification > _notification) | |
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 |
Public Member Functions inherited from KeyProvider | |
| virtual | ~KeyProvider ()=default |
| Destroy the Key Provider object. | |
Public Attributes | |
| const std::string | action_verb |
| std::shared_ptr< Notification > | notification |
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 } |
Protected Member Functions inherited from AppMsg | |
| 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.