1.1.4.6 DRV_METROLOGY_Tasks Function

C
voidDRV_METROLOGY_Tasks(SYS_MODULE_OBJ object);
Summary

Routine that performs the tasks necessary to maintain a state machine in the metrology driver.

Description

Routine that performs the tasks necessary to maintain a state machine in the metrology driver.

Parameters
ParamDescription
objectDRV METROLOGY object handle, returned from DRV_METROLOGY_Initialize
Returns

None.

Example
    DRV_METROLOGY_Tasks(sysObj.drvMet);
Remarks

This function is normally not called directly by an application. It is called by the system's Tasks routine (SYS_Tasks) or by the appropriate raw ISR.