Spinnaker SDK C++
4.1.0.157
 
 

 
Loading...
Searching...
No Matches

Distribute the events to the node map. More...

#include <EventAdapter1394.h>

Inheritance diagram for CEventAdapter1394:
CEventAdapter

Public Member Functions

 CEventAdapter1394 (INodeMap *pNodeMap=NULL)
 constructor
 
virtual ~CEventAdapter1394 ()
 
virtual void DeliverMessage (const uint8_t msg[], uint32_t numBytes)
 Deliver message.
 
void DeliverEventMessage (EventData1394 &Event, uint32_t numBytes)
 distributes events to node map
 
- 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

Distribute the events to the node map.

Constructor & Destructor Documentation

◆ CEventAdapter1394()

CEventAdapter1394 ( INodeMap pNodeMap = NULL)
explicit

constructor

◆ ~CEventAdapter1394()

virtual ~CEventAdapter1394 ( )
virtual

Member Function Documentation

◆ DeliverEventMessage()

void DeliverEventMessage ( EventData1394 &  Event,
uint32_t  numBytes 
)

distributes events to node map

◆ 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: