OpenCPN Partial API docs
|
Internal worker thread. More...
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) |
Internal worker thread.
Definition at line 135 of file comm_drv_n2k_serial.cpp.
CommDriverN2KSerialThread::CommDriverN2KSerialThread | ( | CommDriverN2KSerial * | Launcher, |
const wxString & | PortName, | ||
const wxString & | strBaudRate | ||
) |
Definition at line 624 of file comm_drv_n2k_serial.cpp.
CommDriverN2KSerialThread::~CommDriverN2KSerialThread | ( | void | ) |
Definition at line 644 of file comm_drv_n2k_serial.cpp.
void * CommDriverN2KSerialThread::Entry | ( | ) |
Definition at line 741 of file comm_drv_n2k_serial.cpp.
void CommDriverN2KSerialThread::OnExit | ( | void | ) |
Definition at line 648 of file comm_drv_n2k_serial.cpp.
bool CommDriverN2KSerialThread::SetOutMsg | ( | const std::vector< unsigned char > & | load | ) |
Definition at line 731 of file comm_drv_n2k_serial.cpp.