Uses of Interface
org.openpnp.capture.library.OpenpnpCaptureLibrary.CapCustomLogFunc
-
Packages that use OpenpnpCaptureLibrary.CapCustomLogFunc Package Description org.openpnp.capture.library -
-
Uses of OpenpnpCaptureLibrary.CapCustomLogFunc in org.openpnp.capture.library
Methods in org.openpnp.capture.library with parameters of type OpenpnpCaptureLibrary.CapCustomLogFunc Modifier and Type Method Description voidOpenpnpCaptureLibrary. Cap_installCustomLogFunction(OpenpnpCaptureLibrary.CapCustomLogFunc logFunc)install a custom callback for a logging function.
the callback function must have the following
structure:
void func(uint32_t level, const char *string);
Original signature :void Cap_installCustomLogFunction(CapCustomLogFunc)
native declaration : openpnp-capture/include/openpnp-capture.h:306
-