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

Internal wxEvent worker thread – main driver. More...

Inheritance diagram for CommDriverN0183NetEvent:

Public Member Functions

 CommDriverN0183NetEvent (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 wxEvent worker thread – main driver.

Definition at line 106 of file comm_drv_n0183_net.cpp.

Constructor & Destructor Documentation

◆ CommDriverN0183NetEvent()

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

Definition at line 108 of file comm_drv_n0183_net.cpp.

◆ ~CommDriverN0183NetEvent()

CommDriverN0183NetEvent::~CommDriverN0183NetEvent ( )
inline

Definition at line 110 of file comm_drv_n0183_net.cpp.

Member Function Documentation

◆ Clone()

wxEvent * CommDriverN0183NetEvent::Clone ( ) const
inline

Definition at line 119 of file comm_drv_n0183_net.cpp.

◆ GetPayload()

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

Definition at line 116 of file comm_drv_n0183_net.cpp.

◆ SetPayload()

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

Definition at line 113 of file comm_drv_n0183_net.cpp.


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