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

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

Inheritance diagram for CommDriverN0183SerialEvent:

Public Member Functions

 CommDriverN0183SerialEvent (wxEventType commandType=wxEVT_COMMDRIVER_N0183_SERIAL, 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 -> driver main code.

Definition at line 190 of file comm_drv_n0183_serial.cpp.

Constructor & Destructor Documentation

◆ CommDriverN0183SerialEvent()

CommDriverN0183SerialEvent::CommDriverN0183SerialEvent ( wxEventType  commandType = wxEVT_COMMDRIVER_N0183_SERIAL,
int  id = 0 
)
inline

Definition at line 192 of file comm_drv_n0183_serial.cpp.

◆ ~CommDriverN0183SerialEvent()

CommDriverN0183SerialEvent::~CommDriverN0183SerialEvent ( )
inline

Definition at line 195 of file comm_drv_n0183_serial.cpp.

Member Function Documentation

◆ Clone()

wxEvent * CommDriverN0183SerialEvent::Clone ( ) const
inline

Definition at line 204 of file comm_drv_n0183_serial.cpp.

◆ GetPayload()

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

Definition at line 201 of file comm_drv_n0183_serial.cpp.

◆ SetPayload()

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

Definition at line 198 of file comm_drv_n0183_serial.cpp.


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