GenApi  3.5.1
Public Member Functions | List of all members
CEventAdapterU3V Class Reference

Connects a U3V Event to a node map.

Inherits CEventAdapter.

Public Member Functions

 CEventAdapterU3V (INodeMap *pNodeMap=NULL)
 Constructor.
 
virtual ~CEventAdapterU3V ()
 Destructor.
 
void DeliverEventMessage (const U3V_EVENT_MESSAGE *pEventMessage)
 Delivers the Event + Data listed in the packet.
 
- 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. More...