Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches

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

#include <EventAdapterGEV.h>

Inheritance diagram for CEventAdapterGEV:
CEventAdapter

Public Member Functions

 CEventAdapterGEV (INodeMap *pNodeMap=NULL)
 Constructor.
 
virtual ~CEventAdapterGEV ()
 Destructor.
 
virtual void DeliverMessage (const uint8_t msg[], uint32_t numBytes)
 Deliver message.
 
void DeliverEventMessage (const GVCP_EVENT_REQUEST *pEvent)
 Delivers the Events listed in the Event packet.
 
void DeliverEventMessage (const GVCP_EVENTDATA_REQUEST *pEventData)
 Delivers the Event + Data listed in the EventData 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 GigE Event to a node map.

Constructor & Destructor Documentation

◆ CEventAdapterGEV()

CEventAdapterGEV ( INodeMap pNodeMap = NULL)

Constructor.

◆ ~CEventAdapterGEV()

virtual ~CEventAdapterGEV ( )
virtual

Destructor.

Member Function Documentation

◆ DeliverEventMessage() [1/2]

void DeliverEventMessage ( const GVCP_EVENT_REQUEST pEvent)

Delivers the Events listed in the Event packet.

◆ DeliverEventMessage() [2/2]

void DeliverEventMessage ( const GVCP_EVENTDATA_REQUEST pEventData)

Delivers the Event + Data listed in the EventData 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: