OpenCPN Partial API docs
Loading...
Searching...
No Matches
NavAddr0183 Class Reference

NMEA0183 sent/received address, an interface. More...

#include <comm_navmsg.h>

Inheritance diagram for NavAddr0183:
NavAddr

Public Member Functions

 NavAddr0183 (const std::string iface)
 
std::string to_string () const
 
- Public Member Functions inherited from NavAddr
 NavAddr (Bus b, const std::string &i)
 
std::string to_string () const
 

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)
 
- Public Attributes inherited from NavAddr
Bus bus
 
const std::string iface
 Physical device for 0183, else a unique string. More...
 

Detailed Description

NMEA0183 sent/received address, an interface.

Definition at line 155 of file comm_navmsg.h.

Constructor & Destructor Documentation

◆ NavAddr0183()

NavAddr0183::NavAddr0183 ( const std::string  iface)
inline

Definition at line 157 of file comm_navmsg.h.

Member Function Documentation

◆ to_string()

std::string NavAddr0183::to_string ( ) const
inline

Definition at line 159 of file comm_navmsg.h.


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