Connects a U3V Event to a node map. More...
#include <EventAdapterCL.h>
Public Member Functions | |
CEventAdapterCL (INodeMap *pNodeMap=NULL) | |
Constructor. | |
void | DeliverEventData (const CL_EVENT_DATA *pEventData, uint16_t length) |
Delivers the Event + Data listed in the packet. | |
virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes) |
Deliver message. | |
virtual | ~CEventAdapterCL () |
Destructor. |
Connects a U3V Event to a node map.
Definition at line 111 of file EventAdapterCL.h.
GENAPI_NAMESPACE::CEventAdapterCL::CEventAdapterCL | ( | INodeMap * | pNodeMap = NULL | ) |
Constructor.
virtual GENAPI_NAMESPACE::CEventAdapterCL::~CEventAdapterCL | ( | ) | [virtual] |
Destructor.
void GENAPI_NAMESPACE::CEventAdapterCL::DeliverEventData | ( | const CL_EVENT_DATA * | pEventData, |
uint16_t | length | ||
) |
Delivers the Event + Data listed in the packet.
virtual void GENAPI_NAMESPACE::CEventAdapterCL::DeliverMessage | ( | const uint8_t | msg[], |
uint32_t | numBytes | ||
) | [virtual] |
Deliver message.
Implements GENAPI_NAMESPACE::CEventAdapter.