1.1.4.10 DRV_METROLOGY_CALIBRATION_CALLBACK Typedef
C
Returns
typedefvoid (* DRV_METROLOGY_CALIBRATION_CALLBACK)(bool result);SummaryDefines the data type and function signature for the callback function of the calibration procedure.
DescriptionThe Metrology driver will call back the client's function with this signature when the Calibration procedure has been completed.
Parameters| Param | Description |
|---|---|
| result | Flag o indicate if at least one phase has been calibrated successfully. Otherwise none of the phases have been calibrated. |
None.
RemarksNone.
