1.1.3.4.29 DRV_METROLOGY_CALIBRATION_CALLBACK Typedef

C

typedef void (* DRV_METROLOGY_CALIBRATION_CALLBACK)(bool result);

Summary

Defines the data type and function signature for the callback function of the calibration procedure.

Description

The Metrology driver will call back the client's function with this signature when the Calibration procedure has been completed.

Parameters

ParamDescription
resultFlag o indicate if at least one phase has been calibrated successfully. Otherwise none of the phases have been calibrated.

Returns

None.

Remarks

None.