Public Member Functions | Protected Attributes | List of all members
GENAPI_NAMESPACE::CEventAdapter Class Referenceabstract

Delivers Events to ports. More...

#include <EventAdapter.h>

Inheritance diagram for GENAPI_NAMESPACE::CEventAdapter:
Inheritance graph
[legend]

Public Member Functions

virtual void AttachNodeMap (INodeMap *pNodeMap)
 Attaches to a node map and retrieves the chunk ports. More...
 
 CEventAdapter (INodeMap *pNodeMap=NULL)
 Constructor. More...
 
virtual void DeliverMessage (const uint8_t msg[], uint32_t numBytes)=0
 Deliver message. More...
 
virtual void DetachNodeMap ()
 Detaches from the node emap. More...
 
virtual ~CEventAdapter ()
 Destructor. More...
 

Protected Attributes

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

Detailed Description

Delivers Events to ports.

Definition at line 47 of file EventAdapter.h.

Constructor & Destructor Documentation

GENAPI_NAMESPACE::CEventAdapter::CEventAdapter ( INodeMap pNodeMap = NULL)

Constructor.

virtual GENAPI_NAMESPACE::CEventAdapter::~CEventAdapter ( )
virtual

Destructor.

Member Function Documentation

virtual void GENAPI_NAMESPACE::CEventAdapter::AttachNodeMap ( INodeMap pNodeMap)
virtual

Attaches to a node map and retrieves the chunk ports.

virtual void GENAPI_NAMESPACE::CEventAdapter::DeliverMessage ( const uint8_t  msg[],
uint32_t  numBytes 
)
pure virtual
virtual void GENAPI_NAMESPACE::CEventAdapter::DetachNodeMap ( )
virtual

Detaches from the node emap.

Member Data Documentation

std::vector<CEventPort*>* GENAPI_NAMESPACE::CEventAdapter::m_ppEventPorts
protected

An array of attached ChunkPorts.

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

Definition at line 70 of file EventAdapter.h.


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


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Mar 17 2021 02:48:41