Distribute the events to the node map. More...
#include <EventAdapter1394.h>
Public Member Functions | |
CEventAdapter1394 (INodeMap *pNodeMap=NULL) | |
constructor | |
void | DeliverEventMessage (EventData1394 &Event, uint32_t numBytes) |
distributes events to node map | |
virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes) |
Deliver message. | |
~CEventAdapter1394 () | |
destructor | |
Private Member Functions | |
CEventAdapter1394 (const CEventAdapter1394 &) | |
not implemented: copy constructor | |
CEventAdapter1394 & | operator= (const CEventAdapter1394 &) |
not implemented: assignment operator | |
Private Attributes | |
EventAdapter1394Impl * | m_pImpl |
Distribute the events to the node map.
Definition at line 42 of file EventAdapter1394.h.
GENAPI_NAMESPACE::CEventAdapter1394::CEventAdapter1394 | ( | INodeMap * | pNodeMap = NULL | ) | [explicit] |
constructor
destructor
GENAPI_NAMESPACE::CEventAdapter1394::CEventAdapter1394 | ( | const CEventAdapter1394 & | ) | [private] |
not implemented: copy constructor
void GENAPI_NAMESPACE::CEventAdapter1394::DeliverEventMessage | ( | EventData1394 & | Event, |
uint32_t | numBytes | ||
) |
distributes events to node map
virtual void GENAPI_NAMESPACE::CEventAdapter1394::DeliverMessage | ( | const uint8_t | msg[], |
uint32_t | numBytes | ||
) | [virtual] |
Deliver message.
Implements GENAPI_NAMESPACE::CEventAdapter.
CEventAdapter1394& GENAPI_NAMESPACE::CEventAdapter1394::operator= | ( | const CEventAdapter1394 & | ) | [private] |
not implemented: assignment operator
EventAdapter1394Impl* GENAPI_NAMESPACE::CEventAdapter1394::m_pImpl [private] |
Definition at line 60 of file EventAdapter1394.h.