OpenCPN Partial API docs
|
NMEA2000 sent/received address, an address (possibly wildcard) More...
#include <comm_navmsg.h>
Public Member Functions | |
NavAddr2000 (const std::string &iface, const N2kName &_name) | |
NavAddr2000 (const std::string &iface, unsigned char _address) | |
std::string | to_string () const |
Public Member Functions inherited from NavAddr | |
NavAddr (Bus b, const std::string &i) | |
std::string | to_string () const |
Public Attributes | |
const N2kName | name |
unsigned char | address |
Public Attributes inherited from NavAddr | |
Bus | bus |
const std::string | iface |
Physical device for 0183, else a unique string. More... | |
Additional Inherited Members | |
Public Types inherited from NavAddr | |
enum class | Bus { N0183 , Signalk , N2000 , Onenet , TestBus , Undef } |
Static Public Member Functions inherited from NavAddr | |
static std::string | BusToString (Bus b) |
static Bus | StringToBus (const std::string &s) |
NMEA2000 sent/received address, an address (possibly wildcard)
Definition at line 163 of file comm_navmsg.h.
|
inline |
Definition at line 165 of file comm_navmsg.h.
|
inline |
Definition at line 168 of file comm_navmsg.h.
|
inline |
Definition at line 171 of file comm_navmsg.h.
unsigned char NavAddr2000::address |
Definition at line 174 of file comm_navmsg.h.
const N2kName NavAddr2000::name |
Definition at line 173 of file comm_navmsg.h.