Searched refs:tempVal (Results 1 – 1 of 1) sorted by relevance
2653 double tempVal = 0.0; in readTemp() local2663 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()