|
const std::string | m_to_string |
|
const std::string | m_name |
|
const NavAddr::Bus | bus |
|
std::shared_ptr< const NavAddr > | source |
| Source address is set by drivers when receiving, unused and should be empty when sending.
|
|
|
| NavMsg (const NavAddr::Bus &_bus, std::shared_ptr< const NavAddr > src) |
|
Definition at line 107 of file comm_bridge.cpp.
◆ AppNavMsg()
AppNavMsg::AppNavMsg |
( |
const std::shared_ptr< const AppMsg > & |
msg, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ key()
std::string AppNavMsg::key |
( |
| ) |
const |
|
inlineoverridevirtual |
Return unique key used by observable to notify/listen.
Implements NavMsg.
Definition at line 117 of file comm_bridge.cpp.
◆ to_string()
std::string AppNavMsg::to_string |
( |
| ) |
const |
|
inlineoverridevirtual |
Return printable string for logging etc without trailing nl.
Reimplemented from NavMsg.
Definition at line 115 of file comm_bridge.cpp.
◆ m_name
const std::string AppNavMsg::m_name |
◆ m_to_string
const std::string AppNavMsg::m_to_string |
The documentation for this class was generated from the following file: