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

CCalibrationManager::Initialize Static Method

C++
static void Initialize(const CRxString& sxFolder)

Initializes this calibration manager and reads all calibrations from disk.

You don't need to call this method. It's called automatically on the first access. But you can call it if you want to change the calibration folder or if you want to initialize this class at a certain time.

Parameters

[const CRxString&] sxFolder

[in] The folder that holds the calibrations. If empty, the default folder is used.