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

CCalibrationManager::SetMetaData Static Method

C++
static void SetMetaData(const CRxCalibMetaData& xData, const CRxString& sxGUID)

Sets the calibration meta data of the given calibration. Trying to set the meta data of the master calibration will throw an exception, as the master calibration cannot be set.

Requires Rx::ERuntimeFeature::Save to save this change permanently.

Parameters

[const CRxCalibMetaData&] xData

[in] The meta data.

[const CRxString&] sxGUID

[in] The GUID of the calibration.