Package | Description |
---|---|
org.bytedeco.spinnaker.global |
Modifier and Type | Method and Description |
---|---|
static Spinnaker_C.spinError |
Spinnaker_C.spinLogEventHandlerCreate(spinLogEventHandler phLogEventHandler,
spinLogEventFunction pFunction,
Pointer pUserData)
Creates a log event handler
|
static Spinnaker_C.spinError |
Spinnaker_C.spinLogEventHandlerDestroy(spinLogEventHandler hLogEventHandler)
Destroys a log event handler
|
static Spinnaker_C.spinError |
Spinnaker_C.spinSystemRegisterLogEventHandler(spinSystem hSystem,
spinLogEventHandler hLogEventHandler)
Registers a logging event handler to the system (event handlers registered in this way must be unregistered)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinSystemUnregisterLogEventHandler(spinSystem hSystem,
spinLogEventHandler hLogEventHandler)
Unregisters a selected logging event handler from the system
|
Copyright © 2024. All rights reserved.