| 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 () | 
| DriverStats | GetStats () const | 
Definition at line 147 of file comm_drv_n2k_serial.cpp.
| CommDriverN2KSerialThread::CommDriverN2KSerialThread | ( | CommDriverN2KSerial * | Launcher, | 
| const wxString & | PortName, | ||
| const wxString & | strBaudRate | ||
| ) | 
Definition at line 613 of file comm_drv_n2k_serial.cpp.
| CommDriverN2KSerialThread::~CommDriverN2KSerialThread | ( | ) | 
Definition at line 639 of file comm_drv_n2k_serial.cpp.
| void * CommDriverN2KSerialThread::Entry | ( | ) | 
Definition at line 721 of file comm_drv_n2k_serial.cpp.
| DriverStats CommDriverN2KSerialThread::GetStats | ( | ) | const | 
Definition at line 643 of file comm_drv_n2k_serial.cpp.
| void CommDriverN2KSerialThread::OnExit | ( | ) | 
Definition at line 641 of file comm_drv_n2k_serial.cpp.
| bool CommDriverN2KSerialThread::SetOutMsg | ( | const std::vector< unsigned char > & | load | ) | 
Definition at line 711 of file comm_drv_n2k_serial.cpp.