Searched refs:maxReading (Results 1 – 5 of 5) sorted by relevance
/openbmc/dbus-sensors/src/external/ |
H A D | ExternalSensor.cpp | 29 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 D | ExternalSensor.hpp | 23 const std::string& sensorConfiguration, double maxReading,
|
/openbmc/dbus-sensors/src/nvme/ |
H A D | NVMeSensor.cpp | 36 static constexpr double maxReading = 127; variable 47 NVMeSensor::sensorType, false, false, maxReading, minReading, conn, in NVMeSensor()
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensor.hpp | 72 labelTypeName(std::move(name)), maxReading(max), minReading(min), in PSUProperty() 78 double maxReading; member in PSUProperty
|
H A D | PSUSensorMain.cpp | 768 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()
|