Delivers Events to ports. More...
#include <EventAdapter.h>

Public Member Functions | |
| virtual void | AttachNodeMap (INodeMap *pNodeMap) |
| Attaches to a node map and retrieves the chunk ports. More... | |
| CEventAdapter (INodeMap *pNodeMap=NULL) | |
| Constructor. More... | |
| virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes)=0 |
| Deliver message. More... | |
| virtual void | DetachNodeMap () |
| Detaches from the node emap. More... | |
| virtual | ~CEventAdapter () |
| Destructor. More... | |
Protected Attributes | |
| std::vector< CEventPort * > * | m_ppEventPorts |
| An array of attached ChunkPorts. More... | |
Delivers Events to ports.
Definition at line 47 of file EventAdapter.h.
| GENAPI_NAMESPACE::CEventAdapter::CEventAdapter | ( | INodeMap * | pNodeMap = NULL | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Attaches to a node map and retrieves the chunk ports.
|
pure virtual |
Deliver message.
Implemented in GENAPI_NAMESPACE::CEventAdapterGEV, GENAPI_NAMESPACE::CEventAdapterCL, GENAPI_NAMESPACE::CEventAdapterU3V, GENAPI_NAMESPACE::CEventAdapter1394, and GENAPI_NAMESPACE::CEventAdapterGeneric.
|
virtual |
Detaches from the node emap.
|
protected |
An array of attached ChunkPorts.
Note that this must be a pointer otherwise we'll get into DLL hell (see warning C4251)
Definition at line 70 of file EventAdapter.h.