Namespace: Rx::LFR – Class: CCalibrationManager – Header: Rx.LFR/CalibrationManager.h

CCalibrationManager::AddCalibrationPatchedCallback Static Method

C++
static void AddCalibrationPatchedCallback(TFuncCalibrationPatched pxCallback, void* pvContext)

Adds the given callback function with the given context to the list of calibration patched callbacks.

If the given callback function is already in the list, only the context is updated to the given one.

Parameters

[TFuncCalibrationPatched] pxCallback

The in pixels callback.

[void*] pvContext

[in] The context pointer. Can be null.