Spinnaker SDK C++
4.3.0.189
 
Public Member Functions | List of all members

Connects a generic event to a node map. More...

Inheritance diagram for CEventAdapterGeneric:
CEventAdapter

Public Member Functions

 CEventAdapterGeneric (INodeMap *pNodeMap=NULL)
 Constructor. More...
 
virtual ~CEventAdapterGeneric ()
 Destructor. More...
 
virtual void DeliverMessage (const uint8_t msg[], uint32_t numBytes)
 Deliver message. More...
 
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. More...
 
virtual ~CEventAdapter ()
 Destructor. More...
 
virtual void AttachNodeMap (INodeMap *pNodeMap)
 Attaches to a node map and retrieves the chunk ports. More...
 
virtual void DetachNodeMap ()
 Detaches from the node emap. More...
 

Additional Inherited Members

- Protected Attributes inherited from CEventAdapter
void * m_pEventAdapter
 

Detailed Description

Connects a generic event to a node map.

Constructor & Destructor Documentation

◆ CEventAdapterGeneric()

CEventAdapterGeneric ( INodeMap pNodeMap = NULL)

Constructor.

◆ ~CEventAdapterGeneric()

virtual ~CEventAdapterGeneric ( )
virtual

Destructor.

Member Function Documentation

◆ DeliverMessage() [1/3]

virtual void DeliverMessage ( const uint8_t  msg[],
uint32_t  numBytes 
)
virtual

Deliver message.

Implements CEventAdapter.

◆ DeliverMessage() [2/3]

virtual void DeliverMessage ( const uint8_t  msg[],
uint32_t  numBytes,
const GenICam::gcstring EventID 
)
virtual

◆ DeliverMessage() [3/3]

virtual void DeliverMessage ( const uint8_t  msg[],
uint32_t  numBytes,
uint64_t  EventID 
)
virtual

The documentation for this class was generated from the following file: