Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp29 static SensorValueType (WarningObject::* const setLo)(SensorValueType);
30 static SensorValueType (WarningObject::* const setHi)(SensorValueType);
31 static SensorValueType (WarningObject::* const getLo)() const;
32 static SensorValueType (WarningObject::* const getHi)() const;
37 static void (WarningObject::* const assertLowSignal)(SensorValueType);
38 static void (WarningObject::* const assertHighSignal)(SensorValueType);
39 static void (WarningObject::* const deassertLowSignal)(SensorValueType);
40 static void (WarningObject::* const deassertHighSignal)(SensorValueType);
50 static SensorValueType (CriticalObject::* const setLo)(SensorValueType);
51 static SensorValueType (CriticalObject::* const setHi)(SensorValueType);
[all …]
H A Dsensor.hpp94 SensorValueType adjustValue(SensorValueType value);
242 SensorValueType asyncRead(
H A Dsensor.cpp95 SensorValueType Sensor::adjustValue(SensorValueType value) in adjustValue()
112 if constexpr (std::is_same<SensorValueType, double>::value) in adjustValue()
128 SensorValueType val = 0; in addValue()
315 SensorValueType asyncRead( in asyncRead()
H A Dinterface.hpp37 using SensorValueType = double; typedef
H A Dmainloop.hpp170 void updateSensorInterfaces(InterfaceMap& ifaces, SensorValueType value);
H A Dmainloop.cpp109 void updateSensorInterfaces(InterfaceMap& ifaces, SensorValueType value) in updateSensorInterfaces()
484 SensorValueType value; in read()