Connects a generic event to a node map. More...
#include <EventAdapterGeneric.h>
Public Member Functions | |
| CEventAdapterGeneric (INodeMap *pNodeMap=NULL) | |
| Constructor. | |
| virtual | ~CEventAdapterGeneric () |
| Destructor. | |
| virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes) |
| Deliver message. | |
| virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes, const GenICam::gcstring &EventID) |
| virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes, uint64_t EventID) |
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. | |
| virtual void | DeliverMessage (const uint8_t msg[], uint32_t numBytes)=0 |
| Deliver message. | |
Additional Inherited Members | |
Protected Attributes inherited from CEventAdapter | |
| void * | m_pEventAdapter |
Connects a generic event to a node map.
| CEventAdapterGeneric | ( | INodeMap * | pNodeMap = NULL | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Deliver message.
Implements CEventAdapter.
|
virtual |
|
virtual |