![]() |
GenApi 3.5.1
|
Connects a generic event to a node map.
#include <EventAdapterGeneric.h>
Public Member Functions | |
| CEventAdapterGeneric (INodeMap *pNodeMap=NULL) | |
| Constructor. | |
| virtual | ~CEventAdapterGeneric () |
| Destructor. | |
Public Member Functions inherited from CEventAdapter | |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from CEventAdapter | |
| std::vector< CEventPort * > * | m_ppEventPorts |
| An array of attached ChunkPorts. | |