Delivers Events to ports. More...
Public Member Functions | |
| CEventAdapter (INodeMap *pNodeMap=NULL) | |
| Constructor. More... | |
| virtual | ~CEventAdapter () |
| Destructor. More... | |
| virtual void | AttachNodeMap (INodeMap *pNodeMap) |
| Attaches to a node map and retrieves the chunk ports. More... | |
| virtual void | DetachNodeMap () |
| Detaches from the node emap. More... | |
| virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes)=0 |
| Deliver message. More... | |
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 CEventAdapterGEV, CEventAdapterU3V, CEventAdapter1394, and CEventAdapterGeneric.
|
virtual |
Detaches from the node emap.
|
protected |