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 |
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 196 of file comm_navmsg.h.