GenApi 3.5.1
Public Member Functions | List of all members
CEventAdapterGEV Class Reference

Connects a GigE Event to a node map.

#include <EventAdapterGEV.h>

Inheritance diagram for CEventAdapterGEV:
CEventAdapter

Public Member Functions

 CEventAdapterGEV (INodeMap *pNodeMap=NULL)
 Constructor.
 
virtual ~CEventAdapterGEV ()
 Destructor.
 
void DeliverEventMessage (const GVCP_EVENT_REQUEST *pEvent)
 Delivers the Events listed in the Event packet (Extended ID flag not set)
 
void DeliverEventMessage (const GVCP_EVENTDATA_REQUEST *pEventData)
 Delivers the Event + Data listed in the EventData packet (Extended ID flag not set)
 
void DeliverEventMessage (const GVCP_EVENT_REQUEST_EXTENDED_ID *pEvent)
 Delivers the Events listed in the Event packet (Extended ID flag set)
 
void DeliverEventMessage (const GVCP_EVENTDATA_REQUEST_EXTENDED_ID *pEventData)
 Delivers the Event + Data listed in the EventData packet (Extended ID flag set)
 
- 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.
 

Additional Inherited Members

- Protected Attributes inherited from CEventAdapter
std::vector< CEventPort * > * m_ppEventPorts
 An array of attached ChunkPorts.