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

Distribute the events to the node map.

#include <EventAdapter1394.h>

Inheritance diagram for CEventAdapter1394:
CEventAdapter

Public Member Functions

 CEventAdapter1394 (INodeMap *pNodeMap=NULL)
 constructor
 
 ~CEventAdapter1394 ()
 destructor
 
void DeliverEventMessage (EventData1394 &Event, uint32_t numBytes)
 distributes events to node map
 
- 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.