GenApi  3.5.1
Public Member Functions | Protected Attributes | List of all members
CEventAdapter Class Referenceabstract

Delivers Events to ports.

Inherited by CEventAdapter1394, CEventAdapterCL, CEventAdapterGeneric, CEventAdapterGEV, and CEventAdapterU3V.

Public Member Functions

 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.
 

Protected Attributes

std::vector< CEventPort * > * m_ppEventPorts
 An array of attached ChunkPorts. More...
 

Member Data Documentation

◆ m_ppEventPorts

std::vector<CEventPort*>* m_ppEventPorts
protected

Note that this must be a pointer otherwise we'll get into DLL hell (see warning C4251)