Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp140 std::optional<double> tmpScaleValue = readFile(pathScaleStr, 1.0); in getSensorParameters() local
144 if (tmpScaleValue) in getSensorParameters()
146 tmpSensorParameters.scaleValue = *tmpScaleValue; in getSensorParameters()