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()
108 double getScaled = 100.0 * (static_cast<double>(getInt) / pwmMax); in PwmSensor()
145 auto getInt = getValue(); in PwmSensor() local
146 auto scaledValue = static_cast<double>(getInt) / pwmMax; in PwmSensor()