A parsed, raw SignalK message.
More...
#include <comm_navmsg.h>
|
| SignalkMsg (std::string _context_self, std::string _context, std::string _raw_message) |
|
std::string | key () const |
|
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...
|
|
|
| NavMsg (const NavAddr::Bus &_bus, std::shared_ptr< const NavAddr > src) |
|
A parsed, raw SignalK message.
Definition at line 283 of file comm_navmsg.h.
◆ SignalkMsg() [1/2]
SignalkMsg::SignalkMsg |
( |
| ) |
|
|
inline |
◆ SignalkMsg() [2/2]
SignalkMsg::SignalkMsg |
( |
std::string |
_context_self, |
|
|
std::string |
_context, |
|
|
std::string |
_raw_message |
|
) |
| |
|
inline |
◆ key()
std::string SignalkMsg::key |
( |
| ) |
const |
|
inlinevirtual |
◆ context
std::string SignalkMsg::context |
◆ context_self
std::string SignalkMsg::context_self |
◆ dest
struct in_addr SignalkMsg::dest |
◆ errors
std::vector<std::string> SignalkMsg::errors |
◆ raw_message
std::string SignalkMsg::raw_message |
◆ src
struct in_addr SignalkMsg::src |
◆ warnings
std::vector<std::string> SignalkMsg::warnings |
The documentation for this class was generated from the following file: