28 #ifndef GENAPI_EVENTADAPTERU3V_H 29 #define GENAPI_EVENTADAPTERU3V_H 40 #if defined( _MSC_VER ) 42 #elif defined (__GNUC__) 45 #define PACK_STRUCT __attribute__((packed)) 47 # error Unknown platform 79 const uint32_t U3V_EVENT_PREFIX = 0x45563355;
80 const uint16_t GENCP_EVENT_CMD_ID = 0x0C00;
99 virtual void DeliverMessage(
const uint8_t msg[], uint32_t numBytes );
107 #endif // GENAPI_EVENTADAPTERU3V_H U3V/GenCP EVENT_CMD specific command data.
Definition: EventAdapterU3V.h:64
Declaration of the CEventAdapter class.
U3V/GenCP command header.
Definition: EventAdapterU3V.h:54
GENICAM_INTERFACE INodeMap
Interface to access the node map.
Definition: INode.h:50
Connects a U3V Event to a node map.
Definition: EventAdapterU3V.h:90
Entire event data message (without the variable-sized data field)
Definition: EventAdapterU3V.h:73
Definition: ChunkAdapter.h:37
Delivers Events to ports.
Definition: EventAdapter.h:45