OpenCPN Partial API docs
NavAddr Class Reference

Where messages are sent to or received from. More...

#include <comm_navmsg.h>

Inheritance diagram for NavAddr:
NavAddr0183 NavAddr2000 NavAddrPlugin NavAddrSignalK NavAddrTest

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.
 

Detailed Description

Where messages are sent to or received from.

Definition at line 133 of file comm_navmsg.h.


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