Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/external/
H A DExternalSensor.cpp29 const std::string& sensorConfiguration, double maxReading, in ExternalSensor() argument
32 objectType, true, true, maxReading, minReading, conn, powerState), in ExternalSensor()
70 << minReading << ", max " << maxReading << ", timeout " in ExternalSensor()
H A DExternalSensor.hpp23 const std::string& sensorConfiguration, double maxReading,
/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensor.cpp36 static constexpr double maxReading = 127; variable
47 NVMeSensor::sensorType, false, false, maxReading, minReading, conn, in NVMeSensor()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.hpp72 labelTypeName(std::move(name)), maxReading(max), minReading(min), in PSUProperty()
78 double maxReading; member in PSUProperty
H A DPSUSensorMain.cpp768 psuProperty.maxReading = std::visit( in createSensorsCallback()
801 if (!(psuProperty.minReading < psuProperty.maxReading)) in createSensorsCallback()
911 << psuProperty.maxReading << " Offset " in createSensorsCallback()
964 psuProperty.maxReading, psuProperty.minReading, in createSensorsCallback()