#include <IDeviceEventHandler.h>
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 &) | |
| IDeviceEventHandler & | operator= (const IDeviceEventHandler &) |
Protected Member Functions inherited from EventHandler | |
| EventHandler () | |
| EventHandler & | operator= (const EventHandler &) |
| void | SetEventPayload (uint8_t *offset, size_t length) |
Additional Inherited Members | |
Protected Attributes inherited from EventHandler | |
| EventData * | m_pEventData |
|
inlinevirtual |
|
inlineprotected |
|
inlineprotected |
|
pure virtual |
Implemented in DeviceEventHandler.
|
pure virtual |
Implemented in DeviceEventHandler.
|
pure virtual |
Implemented in DeviceEventHandlerImpl, and DeviceEventHandler.
|
protected |