OpenCPN Partial API docs
|
Where messages are sent to or received from. More...
#include <comm_navmsg.h>
Public Types | |
enum class | Bus { N0183 , Signalk , N2000 , Onenet , Plugin , TestBus , Undef } |
Public Member Functions | |
NavAddr (Bus b, const std::string &i) | |
std::string | to_string () const |
Static Public Member Functions | |
static std::string | BusToString (Bus b) |
static Bus | StringToBus (const std::string &s) |
Public Attributes | |
Bus | bus |
const std::string | iface |
Physical device for 0183, else a unique string. | |
Where messages are sent to or received from.
Definition at line 133 of file comm_navmsg.h.