27#ifndef __EVENTADAPTER1394_H__
28#define __EVENTADAPTER1394_H__
34namespace GENAPI_NAMESPACE
54 virtual void DeliverMessage(
const uint8_t msg[], uint32_t numBytes );
58 struct EventAdapter1394Impl;
59 EventAdapter1394Impl* m_pImpl;
Declaration of the CEventAdapter class.
virtual IBoolean & operator=(bool Value)
Set node value.
Definition IBoolean.h:62
Distribute the events to the node map.
Definition EventAdapter1394.h:41
void DeliverEventMessage(EventData1394 &Event, uint32_t numBytes)
distributes events to node map
~CEventAdapter1394()
destructor
CEventAdapter1394(INodeMap *pNodeMap=NULL)
constructor
Delivers Events to ports.
Definition EventAdapter.h:46