Delivers Events to ports. More...
#include <EventAdapter.h>
Public Member Functions | |
CEventAdapter (INodeMap *pNodeMap=NULL) | |
Constructor. | |
virtual | ~CEventAdapter () |
Destructor. | |
virtual void | AttachNodeMap (INodeMap *pNodeMap) |
Attaches to a node map and retrieves the chunk ports. | |
virtual void | DetachNodeMap () |
Detaches from the node emap. | |
virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes)=0 |
Deliver message. | |
Protected Attributes | |
void * | m_pEventAdapter |
Delivers Events to ports.
CEventAdapter | ( | INodeMap * | pNodeMap = NULL | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Attaches to a node map and retrieves the chunk ports.
|
pure virtual |
Deliver message.
Implemented in CEventAdapter1394, CEventAdapterGeneric, CEventAdapterGEV, and CEventAdapterU3V.
|
virtual |
Detaches from the node emap.
|
protected |