C
#define MtrGetVal(pMtr) ((pMtr)->value)
Overview
This macro returns the current value of the meter. Value is always in the minValue-maxValue range inclusive.
Input Parameters
Input Parameters |
Description |
pMtr |
Pointer to the object. |
Returns
Returns current value of the meter.
Preconditions
none
Side Effects
none