OpenCPN Partial API docs
SignalkMsg Class Reference

A parsed SignalK message over ipv4. More...

#include <comm_navmsg.h>

Inheritance diagram for SignalkMsg:
NavMsg KeyProvider

Public Member Functions

 SignalkMsg (std::string _context_self, std::string _context, std::string _raw_message, std::string _iface)
 
std::string key () const
 
- Public Member Functions inherited from NavMsg
virtual std::string to_string () const
 
std::string GetKey () const
 

Public Attributes

struct in_addr dest
 
struct in_addr src
 
std::string context_self
 
std::string context
 
std::string raw_message
 
- Public Attributes inherited from NavMsg
const NavAddr::Bus bus
 
std::shared_ptr< const NavAddrsource
 

Additional Inherited Members

- Protected Member Functions inherited from NavMsg
 NavMsg (const NavAddr::Bus &_bus, std::shared_ptr< const NavAddr > src)
 

Detailed Description

A parsed SignalK message over ipv4.

Definition at line 319 of file comm_navmsg.h.


The documentation for this class was generated from the following file: