Class Spinnaker::DeviceArrivalEventHandler¶
ClassList > Spinnaker > DeviceArrivalEventHandler
An event handler for capturing the device arrival event.
#include <DeviceArrivalEventHandler.h>
Inherits the following classes: Spinnaker::IDeviceArrivalEventHandler
Public Functions¶
| Type | Name |
|---|---|
| DeviceArrivalEventHandler () |
|
| virtual void | OnDeviceArrival (CameraPtr pCamera) = 0 |
| virtual | ~DeviceArrivalEventHandler () |
Public Functions inherited from Spinnaker::IDeviceArrivalEventHandler¶
See Spinnaker::IDeviceArrivalEventHandler
| Type | Name |
|---|---|
| virtual void | OnDeviceArrival (CameraPtr pCamera) = 0 |
| virtual | ~IDeviceArrivalEventHandler () |
Public Functions inherited from Spinnaker::EventHandler¶
| Type | Name |
|---|---|
| const uint8_t * | GetEventPayloadData () |
| const size_t | GetEventPayloadDataSize () |
| EventType | GetEventType () |
| void | SetEventType (EventType eventType) |
| virtual | ~EventHandler () |
Protected Attributes inherited from Spinnaker::EventHandler¶
| Type | Name |
|---|---|
| EventData * | m_pEventData |
Protected Functions¶
| Type | Name |
|---|---|
| DeviceArrivalEventHandler & | operator= (const DeviceArrivalEventHandler &) |
Protected Functions inherited from Spinnaker::IDeviceArrivalEventHandler¶
See Spinnaker::IDeviceArrivalEventHandler
| Type | Name |
|---|---|
| IDeviceArrivalEventHandler () |
|
| IDeviceArrivalEventHandler (const IDeviceArrivalEventHandler &) |
|
| IDeviceArrivalEventHandler & | operator= (const IDeviceArrivalEventHandler &) |
Protected Functions inherited from Spinnaker::EventHandler¶
| Type | Name |
|---|---|
| EventHandler () |
|
| void | SetEventPayload (uint8_t * offset, size_t length) |
| EventHandler & | operator= (const EventHandler &) |
Public Functions Documentation¶
function DeviceArrivalEventHandler¶
Default constructor.
function OnDeviceArrival¶
Callback to the device arrival event.
Parameters:
pCameraReference tracked CameraPtr object of the camera attached to the system
Implements Spinnaker::IDeviceArrivalEventHandler::OnDeviceArrival
function ~DeviceArrivalEventHandler¶
Virtual destructor.
Protected Functions Documentation¶
function operator=¶
DeviceArrivalEventHandler & Spinnaker::DeviceArrivalEventHandler::operator= (
const DeviceArrivalEventHandler &
)
Assignment operator.
The documentation for this class was generated from the following file C:/workspace/include/DeviceArrivalEventHandler.h