Namespace: Rx::LFR – Class: CWavefrontCalibration – Header: Rx.LFR/WavefrontCalibration.h

CWavefrontCalibration::AddStatusMessageCallback Method

C++
void AddStatusMessageCallback(TFuncStatusMsg pxCallback, void* pvContext)

Adds the given status message callback function to the internal list of callbacks.

Adding the same function pointer twice will only update the given context pointer. This prevents multiple adds of the same callback function.

Parameters

[TFuncStatusMsg] pxCallback

The callback function.

[void*] pvContext

[in] The callback context. Can be any pointer that is passed to the callback function.