1.1.3.4.28 DRV_METROLOGY_CALLBACK Typedef
C
typedef void (* DRV_METROLOGY_CALLBACK)(void);
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
None.
Returns
None.
Remarks
None.