28 #ifndef GENAPI_EVENTADAPTERGENERIC_H 29 #define GENAPI_EVENTADAPTERGENERIC_H 49 virtual void DeliverMessage(
const uint8_t msg[], uint32_t numBytes);
53 virtual void DeliverMessage(
const uint8_t msg[], uint32_t numBytes, uint64_t EventID);
56 uint8_t *m_pEventIDBuffer;
59 int m_AllocEventIDLength;
64 #endif // GENAPI_EVENTADAPTERGENERIC_H Connects a generic event to a node map.
Definition: EventAdapterGeneric.h:36
Declaration of the CEventAdapter class.
GENICAM_INTERFACE INodeMap
Interface to access the node map.
Definition: INode.h:50
A string class which is a clone of std::string.
Definition: GCString.h:50
Definition: ChunkAdapter.h:37
Delivers Events to ports.
Definition: EventAdapter.h:45