Spinnaker SDK C++
4.1.0.157
 
 

 
Loading...
Searching...
No Matches

Connects a U3V Event to a node map. More...

#include <EventAdapterU3V.h>

Inheritance diagram for CEventAdapterU3V:
CEventAdapter

Public Member Functions

 CEventAdapterU3V (INodeMap *pNodeMap=NULL)
 Constructor.
 
virtual ~CEventAdapterU3V ()
 Destructor.
 
virtual void DeliverMessage (const uint8_t msg[], uint32_t numBytes)
 Deliver message.
 
void DeliverEventMessage (const U3V_EVENT_MESSAGE *pEventMessage)
 Delivers the Event + Data listed in the packet.
 
- Public Member Functions inherited from CEventAdapter
 CEventAdapter (INodeMap *pNodeMap=NULL)
 Constructor.
 
virtual ~CEventAdapter ()
 Destructor.
 
virtual void AttachNodeMap (INodeMap *pNodeMap)
 Attaches to a node map and retrieves the chunk ports.
 
virtual void DetachNodeMap ()
 Detaches from the node emap.
 
virtual void DeliverMessage (const uint8_t msg[], uint32_t numBytes)=0
 Deliver message.
 

Additional Inherited Members

- Protected Attributes inherited from CEventAdapter
void * m_pEventAdapter
 

Detailed Description

Connects a U3V Event to a node map.

Constructor & Destructor Documentation

◆ CEventAdapterU3V()

CEventAdapterU3V ( INodeMap pNodeMap = NULL)

Constructor.

◆ ~CEventAdapterU3V()

virtual ~CEventAdapterU3V ( )
virtual

Destructor.

Member Function Documentation

◆ DeliverEventMessage()

void DeliverEventMessage ( const U3V_EVENT_MESSAGE pEventMessage)

Delivers the Event + Data listed in the packet.

◆ DeliverMessage()

virtual void DeliverMessage ( const uint8_t  msg[],
uint32_t  numBytes 
)
virtual

Deliver message.

Implements CEventAdapter.


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