1.1.4.6 DRV_METROLOGY_Tasks Function
C
Returns
void DRV_METROLOGY_Tasks(SYS_MODULE_OBJ object);SummaryRoutine that performs the tasks necessary to maintain a state machine in the metrology driver.
DescriptionRoutine that performs the tasks necessary to maintain a state machine in the metrology driver.
Parameters| Param | Description |
|---|---|
| object | SYS_MODULE_OBJ object handle, returned from DRV_METROLOGY_Initialize function. |
None.
Example DRV_METROLOGY_Tasks(sysObj.drvMet);RemarksThis function is not called directly by an application. It is called by the system's Tasks routine manager (SYS_Tasks).
