OpenCPN Partial API docs
|
Actual data sent between application and transport layer. More...
#include <comm_navmsg.h>
Public Member Functions | |
virtual std::string | key () const =0 |
virtual std::string | to_string () const |
std::string | GetKey () const |
Return key used to listen and notify. More... | |
virtual std::string | GetKey () const =0 |
Return key used to listen and notify. More... | |
Public Attributes | |
const NavAddr::Bus | bus |
std::shared_ptr< const NavAddr > | source |
Protected Member Functions | |
NavMsg (const NavAddr::Bus &_bus, std::shared_ptr< const NavAddr > src) | |
Actual data sent between application and transport layer.
Definition at line 193 of file comm_navmsg.h.
|
inlineprotected |
Definition at line 210 of file comm_navmsg.h.
|
inlinevirtual |
Return key used to listen and notify.
Implements KeyProvider.
Definition at line 203 of file comm_navmsg.h.
|
inlinevirtual |
Reimplemented in Nmea2000Msg.
Definition at line 199 of file comm_navmsg.h.
const NavAddr::Bus NavMsg::bus |
Definition at line 205 of file comm_navmsg.h.
std::shared_ptr<const NavAddr> NavMsg::source |
Definition at line 207 of file comm_navmsg.h.