OpenCPN Partial API docs
|
An invalid message, error return value. More...
#include <comm_navmsg.h>
Public Member Functions | |
std::string | key () const |
Return unique key used by observable to notify/listen. | |
![]() | |
virtual std::string | to_string () const |
Return printable string for logging etc without trailing nl. | |
virtual std::string | to_vdr () const |
Return message in unquoted format used by VDR plugin, see https://opencpn-manuals.github.io/main/vdr/log_format.html. | |
std::string | GetKey () const |
Alias for key(). | |
Additional Inherited Members | |
![]() | |
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. | |
const NavmsgTimePoint | created_at |
![]() | |
NavMsg (const NavAddr::Bus &_bus, std::shared_ptr< const NavAddr > src) | |
An invalid message, error return value.
Definition at line 399 of file comm_navmsg.h.
|
inline |
Definition at line 401 of file comm_navmsg.h.
|
inlinevirtual |
Return unique key used by observable to notify/listen.
Implements NavMsg.
Definition at line 406 of file comm_navmsg.h.