Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2653 double tempVal = 0.0; in readTemp() local
2663 tempVal = std::visit(ipmi::VariantToDoubleVisitor(), tempValIt->second); in readTemp()
2664 tempVal = std::pow(10, scaleVal) * tempVal; in readTemp()
2665 absTempVal = std::abs(tempVal); in readTemp()
2667 signBit = (tempVal < 0) ? true : false; in readTemp()
2772 const auto& [readResult, tempVal, signBit] = in getTempReadings()
2778 std::make_tuple(tempVal, signBit, sensor.entityInstance)); in getTempReadings()