Public Member Functions | |
SystemEventHandlerImpl (SystemPtr system) | |
~SystemEventHandlerImpl () | |
void | LockEventHandlerMutex () |
void | UnlockEventHandlerMutex () |
void | OnInterfaceArrival (std::string interfaceID) |
Interface arrival event callback. More... | |
void | OnInterfaceRemoval (std::string interfaceID) |
Interface removal event callback. More... | |
void | RegisterInterfaceEventToSystem () |
void | UnregisterInterfaceEventFromSystem () |
void | RegisterAllInterfaceEvents () |
void | UnregisterAllInterfaceEvents () |
![]() | |
SystemEventHandler () | |
Default constructor. More... | |
virtual | ~SystemEventHandler () |
Virtual destructor. More... | |
![]() | |
virtual | ~ISystemEventHandler () |
![]() | |
virtual | ~IInterfaceArrivalEventHandler () |
![]() | |
virtual | ~EventHandler () |
Virtual Destructor. More... | |
void | SetEventType (EventType eventType) |
Sets the event type. More... | |
EventType | GetEventType () |
Gets the event type. More... | |
const uint8_t * | GetEventPayloadData () |
Gets the event payload data. More... | |
const size_t | GetEventPayloadDataSize () |
Gets the event payload data size. More... | |
![]() | |
virtual | ~IInterfaceRemovalEventHandler () |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Interface arrival event callback.
Note that only GEV interface arrivals are currently handled.
interfaceID | The ID of the arrived interface |
Implements SystemEventHandler.
|
inlinevirtual |
Interface removal event callback.
Note that only GEV interface removals are currently handled.
interfaceID | The ID of the removed interface |
Implements SystemEventHandler.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Contact Support | Spinnaker® SDK Programmer's Guide and API Reference | Thu Dec 16 2021 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |