| Package | Description |
|---|---|
| org.bytedeco.spinnaker.global |
| Modifier and Type | Method and Description |
|---|---|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogEventCreate(spinLogEvent phLogEvent,
spinLogEventFunction pFunction,
Pointer pUserData)
Creates a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogEventDestroy(spinLogEvent hLogEvent)
Destroys a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterLogEvent(spinSystem hSystem,
spinLogEvent hLogEvent)
Registers a logging event to the system (events registered in this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterLogEvent(spinSystem hSystem,
spinLogEvent hLogEvent)
Unregisters a selected logging event from the system
|
Copyright © 2020. All rights reserved.