All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
GENAPI_NAMESPACE::CEventAdapter Class Referenceabstract

Delivers Events to ports. More...

#include <EventAdapter.h>

Inheritance diagram for GENAPI_NAMESPACE::CEventAdapter:

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...
 

Private Member Functions

 CEventAdapter (const CEventAdapter &)
 
CEventAdapteroperator= (const CEventAdapter &)
 

Detailed Description

Delivers Events to ports.

Definition at line 47 of file EventAdapter.h.

Constructor & Destructor Documentation

◆ CEventAdapter() [1/2]

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

Constructor.

◆ ~CEventAdapter()

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

Destructor.

◆ CEventAdapter() [2/2]

GENAPI_NAMESPACE::CEventAdapter::CEventAdapter ( const CEventAdapter )
private

Member Function Documentation

◆ AttachNodeMap()

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

Attaches to a node map and retrieves the chunk ports.

◆ DeliverMessage()

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

◆ DetachNodeMap()

virtual void GENAPI_NAMESPACE::CEventAdapter::DetachNodeMap ( )
virtual

Detaches from the node emap.

◆ operator=()

CEventAdapter& GENAPI_NAMESPACE::CEventAdapter::operator= ( const CEventAdapter )
private

Member Data Documentation

◆ m_ppEventPorts

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 73 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 Dec 4 2024 03:10:12