1.1.3.4.30 DRV_METROLOGY_HARMONIC_ANALYSIS_CALLBACK Typedef
C
typedef void (* DRV_METROLOGY_HARMONIC_ANALYSIS_CALLBACK)(uint8_t harmonicNum);
Summary
Defines the data type and function signature for the callback function of the harmonics analysis.
Description
The Metrology driver will call back the client's function with this signature when the Harmonics analysis has been completed.
Parameters
Param | Description |
---|---|
harmonicNum | The number of the harmonic that has been analyzed |
Returns
None.
Remarks
None.