OpenCPN Partial API docs
|
Public Member Functions | |
CommDriverN2KSerialThread (CommDriverN2KSerial *Launcher, const wxString &PortName, const wxString &strBaudRate) | |
void * | Entry () |
bool | SetOutMsg (const std::vector< unsigned char > &load) |
void | OnExit (void) |
DriverStats | GetStats () const |
Definition at line 149 of file comm_drv_n2k_serial.cpp.
CommDriverN2KSerialThread::CommDriverN2KSerialThread | ( | CommDriverN2KSerial * | Launcher, |
const wxString & | PortName, | ||
const wxString & | strBaudRate | ||
) |
Definition at line 662 of file comm_drv_n2k_serial.cpp.
CommDriverN2KSerialThread::~CommDriverN2KSerialThread | ( | void | ) |
Definition at line 688 of file comm_drv_n2k_serial.cpp.
void * CommDriverN2KSerialThread::Entry | ( | ) |
Definition at line 772 of file comm_drv_n2k_serial.cpp.
DriverStats CommDriverN2KSerialThread::GetStats | ( | ) | const |
Definition at line 694 of file comm_drv_n2k_serial.cpp.
void CommDriverN2KSerialThread::OnExit | ( | void | ) |
Definition at line 692 of file comm_drv_n2k_serial.cpp.
bool CommDriverN2KSerialThread::SetOutMsg | ( | const std::vector< unsigned char > & | load | ) |
Definition at line 762 of file comm_drv_n2k_serial.cpp.