Public Member Functions | Protected Attributes
GENAPI_NAMESPACE::CEventAdapter Class Reference

Delivers Events to ports. More...

#include <EventAdapter.h>

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

List of all members.

Public Member Functions

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

Protected Attributes

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

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.

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]

Detaches from the node emap.


Member Data Documentation

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 Thu Jun 6 2019 18:42:48