1.1.4.6 DRV_METROLOGY_Tasks Function

C
void DRV_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
objectSYS_MODULE_OBJ object handle, returned from DRV_METROLOGY_Initialize function.
Returns

None.

Example
    DRV_METROLOGY_Tasks(sysObj.drvMet);
Remarks

This function is not called directly by an application. It is called by the system's Tasks routine manager (SYS_Tasks).