Searched refs:getInt (Results 1 – 1 of 1) sorted by relevance
104 auto getInt = getValue(); in PwmSensor() local106 if (currInt != getInt) in PwmSensor()109 100.0 * (static_cast<double>(getInt) / pwmMax); in PwmSensor()146 auto getInt = getValue(); in PwmSensor() local147 auto scaledValue = static_cast<double>(getInt) / pwmMax; in PwmSensor()