Spinnaker SDK C++
4.1.0.157
 
 

 
Loading...
Searching...
No Matches
IDeviceEventHandler Class Referenceabstract

#include <IDeviceEventHandler.h>

Inheritance diagram for IDeviceEventHandler:
EventHandler DeviceEventHandler DeviceEventHandlerImpl

Public Member Functions

virtual ~IDeviceEventHandler ()
 
virtual void OnDeviceEvent (Spinnaker::GenICam::gcstring eventName)=0
 
virtual uint64_t GetDeviceEventId () const =0
 
virtual GenICam::gcstring GetDeviceEventName () const =0
 
- Public Member Functions inherited from EventHandler
virtual ~EventHandler ()
 Virtual Destructor.
 
void SetEventType (EventType eventType)
 Sets the event type.
 
EventType GetEventType ()
 Gets the event type.
 
const uint8_t * GetEventPayloadData ()
 Gets the event payload data.
 
const size_t GetEventPayloadDataSize ()
 Gets the event payload data size.
 

Protected Member Functions

 IDeviceEventHandler ()
 
 IDeviceEventHandler (const IDeviceEventHandler &)
 
IDeviceEventHandleroperator= (const IDeviceEventHandler &)
 
- Protected Member Functions inherited from EventHandler
 EventHandler ()
 
EventHandleroperator= (const EventHandler &)
 
void SetEventPayload (uint8_t *offset, size_t length)
 

Additional Inherited Members

- Protected Attributes inherited from EventHandler
EventData * m_pEventData
 

Constructor & Destructor Documentation

◆ ~IDeviceEventHandler()

virtual ~IDeviceEventHandler ( )
inlinevirtual

◆ IDeviceEventHandler() [1/2]

IDeviceEventHandler ( )
inlineprotected

◆ IDeviceEventHandler() [2/2]

IDeviceEventHandler ( const IDeviceEventHandler )
inlineprotected

Member Function Documentation

◆ GetDeviceEventId()

virtual uint64_t GetDeviceEventId ( ) const
pure virtual

Implemented in DeviceEventHandler.

◆ GetDeviceEventName()

virtual GenICam::gcstring GetDeviceEventName ( ) const
pure virtual

Implemented in DeviceEventHandler.

◆ OnDeviceEvent()

virtual void OnDeviceEvent ( Spinnaker::GenICam::gcstring  eventName)
pure virtual

◆ operator=()

IDeviceEventHandler & operator= ( const IDeviceEventHandler )
protected

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