1.1.4.10 DRV_METROLOGY_CALIBRATION_CALLBACK Typedef
C
Returns
typedef void (* 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 channel has been calibrated successfully. Otherwise none of the channels have been calibrated. |
None.
RemarksNone.
