Searched refs:coefficientM (Results 1 – 4 of 4) sorted by relevance
277 (value - sensorInfo.scaledOffset) / sensorInfo.coefficientM; in readingData()468 (value - sensorInfo.scaledOffset) / sensorInfo.coefficientM; in readingData()568 T raw_value = (sensorInfo.coefficientM * cmdData.reading) + in readingData()
786 rawData = round((lowValue - info.scaledOffset) / info.coefficientM); in getSensorThresholds()795 round((highValue - info.scaledOffset) / info.coefficientM); in getSensorThresholds()1025 ((info.coefficientM * std::get<thresholdValue>(property)) + in ipmiSenSetSensorThresholds()1149 get_sdr::body::setM(info.coefficientM, body); in populateRecordFromDbus()
88 .coefficientM = ${multiplier},
169 Multiplier coefficientM; member