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