Package | Description |
---|---|
org.bytedeco.spinnaker.global |
Modifier and Type | Method and Description |
---|---|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceEventHandlerCreate(spinInterfaceEventHandler phInterfaceEventHandler,
spinArrivalEventFunction pArrivalFunction,
spinRemovalEventFunction pRemovalFunction,
Pointer pUserData)
Creates an interface event handler (both device arrival and device removal)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceEventHandlerDestroy(spinInterfaceEventHandler hInterfaceEventHandler)
Destroys an interface event handler (both device arrival and device removal)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceRegisterInterfaceEventHandler(spinInterface hInterface,
spinInterfaceEventHandler hInterfaceEventHandler)
Registers an interface event handler (both device arrival and device removal) on an interface
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceUnregisterInterfaceEventHandler(spinInterface hInterface,
spinInterfaceEventHandler hInterfaceEventHandler)
Unregisters an interface event handler from an interface
|
static Spinnaker_C.spinError |
Spinnaker_C.spinSystemRegisterInterfaceEventHandler(spinSystem hSystem,
spinInterfaceEventHandler hInterfaceEventHandler)
Registers an interface event handler (device arrival and device removal) to every interface on the system
(interface events registered this way must be unregistered)
If new interfaces are detected by the system after spinSystemRegisterInterfaceEventHandler() is called, those
interfaces will be automatically registered with this event.
|
static Spinnaker_C.spinError |
Spinnaker_C.spinSystemUnregisterInterfaceEventHandler(spinSystem hSystem,
spinInterfaceEventHandler hInterfaceEventHandler)
Unregisters an interface event handler from the system
|
Copyright © 2024. All rights reserved.