2.1.4.6 DRV_MCMETROLOGY_Tasks Function

C

voidDRV_MCMETROLOGY_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

ParametersDescription
objectDRV METROLOGY object handle, returned from DRV_MCMETROLOGY_Initialize

Returns

None.

Example

    DRV_MCMETROLOGY_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.