C
#define DmIncVal(pDm, deltaValue) DmSetValue(pDm, (pDm->Cvalue + deltaValue))
Overview
This macro is used to directly increment the value.
Input Parameters
Input Parameters |
Description |
pDm |
Pointer to the object. |
deltaValue |
Number to be added to the current Digital Meter value. |
Returns
none
Preconditions
none
Side Effects
none