1.1.4.6 DRV_METROLOGY_Tasks Function
C
Returns
voidDRV_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 | DRV METROLOGY object handle, returned from DRV_METROLOGY_Initialize |
None.
Example DRV_METROLOGY_Tasks(sysObj.drvMet);RemarksThis 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.
