Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DHwmonTempMain.cpp105 struct SensorParams tmpSensorParameters = { in getSensorParameters() local
130 tmpSensorParameters.offsetValue = *tmpOffsetValue; in getSensorParameters()
141 tmpSensorParameters.scaleValue = *tmpScaleValue; in getSensorParameters()
155 tmpSensorParameters.minValue = minValuePressure; in getSensorParameters()
156 tmpSensorParameters.maxValue = maxValuePressure; in getSensorParameters()
158 tmpSensorParameters.scaleValue *= 1000.0; in getSensorParameters()
159 tmpSensorParameters.typeName = "pressure"; in getSensorParameters()
168 tmpSensorParameters.scaleValue *= 0.001; in getSensorParameters()
169 tmpSensorParameters.typeName = "humidity"; in getSensorParameters()
176 tmpSensorParameters.scaleValue *= 0.001; in getSensorParameters()
[all …]