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

Internal event worker thread -> main driver. More...

Inheritance diagram for CommDriverN2KSerialEvent:

Public Member Functions

 CommDriverN2KSerialEvent (wxEventType commandType=wxEVT_NULL, int id=0)
 
void SetPayload (std::shared_ptr< std::vector< unsigned char > > data)
 
std::shared_ptr< std::vector< unsigned char > > GetPayload ()
 
wxEvent * Clone () const
 

Detailed Description

Internal event worker thread -> main driver.

Definition at line 181 of file comm_drv_n2k_serial.cpp.

Constructor & Destructor Documentation

◆ CommDriverN2KSerialEvent()

CommDriverN2KSerialEvent::CommDriverN2KSerialEvent ( wxEventType  commandType = wxEVT_NULL,
int  id = 0 
)
inline

Definition at line 183 of file comm_drv_n2k_serial.cpp.

◆ ~CommDriverN2KSerialEvent()

CommDriverN2KSerialEvent::~CommDriverN2KSerialEvent ( )
inline

Definition at line 185 of file comm_drv_n2k_serial.cpp.

Member Function Documentation

◆ Clone()

wxEvent * CommDriverN2KSerialEvent::Clone ( ) const
inline

Definition at line 194 of file comm_drv_n2k_serial.cpp.

◆ GetPayload()

std::shared_ptr< std::vector< unsigned char > > CommDriverN2KSerialEvent::GetPayload ( )
inline

Definition at line 191 of file comm_drv_n2k_serial.cpp.

◆ SetPayload()

void CommDriverN2KSerialEvent::SetPayload ( std::shared_ptr< std::vector< unsigned char > >  data)
inline

Definition at line 188 of file comm_drv_n2k_serial.cpp.


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