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);
50 static SensorValueType (CriticalObject::*const setLo)(SensorValueType);
51 static SensorValueType (CriticalObject::*const setHi)(SensorValueType);
52 static SensorValueType (CriticalObject::*const getLo)() const;
53 static SensorValueType (CriticalObject::*const getHi)() const;
[all …]
H A Dsensor.hpp94 SensorValueType adjustValue(SensorValueType value);
243 SensorValueType asyncRead(const SensorSet::key_type& sensorSetKey,
H A Dsensor.cpp95 SensorValueType Sensor::adjustValue(SensorValueType value) in adjustValue()
112 if constexpr (std::is_same<SensorValueType, double>::value) in adjustValue()
129 SensorValueType val = 0; in addValue()
316 SensorValueType asyncRead(const SensorSet::key_type& sensorSetKey, 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()
486 SensorValueType value; in read()