Searched refs:coefficientM (Results 1 – 4 of 4) sorted by relevance
247 (value - sensorInfo.scaledOffset) / sensorInfo.coefficientM; in readingData()439 (value - sensorInfo.scaledOffset) / sensorInfo.coefficientM; in readingData()541 T raw_value = (sensorInfo.coefficientM * cmdData.reading) + in readingData()
778 rawData = round((lowValue - info.scaledOffset) / info.coefficientM); in getSensorThresholds()787 round((highValue - info.scaledOffset) / info.coefficientM); in getSensorThresholds()1016 ((info.coefficientM * std::get<thresholdValue>(property)) + in ipmiSenSetSensorThresholds()1138 get_sdr::body::set_m(info->coefficientM, body); in populate_record_from_dbus()
88 .coefficientM = ${multiplier},
168 Multiplier coefficientM; member