Home
last modified time | relevance | path

Searched refs:getInt (Results 1 – 1 of 1) sorted by relevance

/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp104 auto getInt = getValue(); in PwmSensor() local
106 if (currInt != getInt) in PwmSensor()
109 100.0 * (static_cast<double>(getInt) / pwmMax); in PwmSensor()
146 auto getInt = getValue(); in PwmSensor() local
147 auto scaledValue = static_cast<double>(getInt) / pwmMax; in PwmSensor()