Declaration of the CEventAdapterU3V class. More...
#include <GenApi/EventAdapter.h>
Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::CEventAdapterU3V |
Connects a U3V Event to a node map. More... | |
struct | GENAPI_NAMESPACE::U3V_COMMAND_HEADER |
U3V/GenCP command header. More... | |
struct | GENAPI_NAMESPACE::U3V_EVENT_DATA |
U3V/GenCP EVENT_CMD specific command data. More... | |
struct | GENAPI_NAMESPACE::U3V_EVENT_MESSAGE |
Entire event data message (without the variable-sized data field) More... | |
Namespaces | |
namespace | GENAPI_NAMESPACE |
Part of the generic device API. | |
Typedefs | |
typedef struct PACK_STRUCT GENAPI_NAMESPACE::U3V_COMMAND_HEADER | GENAPI_NAMESPACE::U3V_COMMAND_HEADER |
U3V/GenCP command header. | |
typedef struct PACK_STRUCT GENAPI_NAMESPACE::U3V_EVENT_DATA | GENAPI_NAMESPACE::U3V_EVENT_DATA |
U3V/GenCP EVENT_CMD specific command data. | |
typedef struct PACK_STRUCT GENAPI_NAMESPACE::U3V_EVENT_MESSAGE | GENAPI_NAMESPACE::U3V_EVENT_MESSAGE |
Entire event data message (without the variable-sized data field) | |
Variables | |
const size_t | GENAPI_NAMESPACE::GENCP_COMMAND_HEADER_SIZE = sizeof (U3V_COMMAND_HEADER) |
const size_t | GENAPI_NAMESPACE::GENCP_EVENT_BASIC_SIZE = sizeof (U3V_EVENT_MESSAGE) |
const uint16_t | GENAPI_NAMESPACE::GENCP_EVENT_CMD_ID = 0x0C00 |
const uint32_t | GENAPI_NAMESPACE::U3V_EVENT_PREFIX = 0x45563355 |
Declaration of the CEventAdapterU3V class.
Definition in file EventAdapterU3V.h.