|
| enum class | Type {
BasicNavData
, GPSWatchdog
, GnssFix
, AisData
,
DataPrioNeeded
, CustomMsg
, Undef
} |
| |
|
| | 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 |
| |
|
virtual | ~KeyProvider ()=default |
| | Destroy the Key Provider object.
|
| |
Definition at line 85 of file comm_appmsg.h.
◆ Type
◆ AppMsg() [1/2]
| AppMsg::AppMsg |
( |
AppMsg::Type |
t | ) |
|
|
inline |
◆ AppMsg() [2/2]
| AppMsg::AppMsg |
( |
AppMsg::Type |
tp, |
|
|
const std::string & |
nm, |
|
|
NavAddr |
src |
|
) |
| |
|
inlineprotected |
◆ GetKey()
| std::string AppMsg::GetKey |
( |
| ) |
const |
|
inlinevirtual |
◆ key()
| virtual std::string AppMsg::key |
( |
| ) |
const |
|
inlinevirtual |
◆ to_string()
| virtual std::string AppMsg::to_string |
( |
| ) |
const |
|
inlinevirtual |
◆ TypeToString()
| std::string AppMsg::TypeToString |
( |
const Type |
t | ) |
const |
◆ name
| const std::string AppMsg::name |
◆ prio
| unsigned short AppMsg::prio |
◆ source
◆ type
The documentation for this class was generated from the following files: