28#ifndef GENAPI_EVENTADAPTERGENERIC_H
29#define GENAPI_EVENTADAPTERGENERIC_H
33namespace GENAPI_NAMESPACE
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;
Declaration of the CEventAdapter class.
Connects a generic event to a node map.
Definition EventAdapterGeneric.h:37
virtual ~CEventAdapterGeneric()
Destructor.
CEventAdapterGeneric(INodeMap *pNodeMap=NULL)
Constructor.
Delivers Events to ports.
Definition EventAdapter.h:46
A string class which is a clone of std::string.
Definition GCString.h:51