27 #ifndef __EVENTADAPTER1394_H__ 28 #define __EVENTADAPTER1394_H__ 54 virtual void DeliverMessage(
const uint8_t msg[], uint32_t numBytes );
56 void DeliverEventMessage( EventData1394& Event, uint32_t numBytes );
58 struct EventAdapter1394Impl;
59 EventAdapter1394Impl* m_pImpl;
62 #endif //__EVENTADAPTER1394_H__ Declaration of the CEventAdapter class.
virtual IBoolean & operator=(bool Value)
Set node value.
Definition: IBoolean.h:62
GENICAM_INTERFACE INodeMap
Interface to access the node map.
Definition: INode.h:50
Distribute the events to the node map.
Definition: EventAdapter1394.h:40
Definition: ChunkAdapter.h:37
Delivers Events to ports.
Definition: EventAdapter.h:45