29 #ifndef GENAPI_EVENTADAPTER_H 30 #define GENAPI_EVENTADAPTER_H 59 virtual void AttachNodeMap(
INodeMap* pNodeMap);
62 virtual void DetachNodeMap();
65 virtual void DeliverMessage(
const uint8_t msg[], uint32_t numBytes ) = 0;
76 #endif // GENAPI_EVENTADAPTER_H Common types used in the public GenApi interface.
Declaration of the CEventPort class.
virtual IBoolean & operator=(bool Value)
Set node value.
Definition: IBoolean.h:62
Definition of interface INodeMap.
GENICAM_INTERFACE INodeMap
Interface to access the node map.
Definition: INode.h:50
std::vector< CEventPort * > * m_ppEventPorts
An array of attached ChunkPorts.
Definition: EventAdapter.h:71
Definition: ChunkAdapter.h:37
Delivers Events to ports.
Definition: EventAdapter.h:45