Searched refs:SensorValueType (Results 1 – 6 of 6) sorted by relevance
29 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 …]
94 SensorValueType adjustValue(SensorValueType value);242 SensorValueType asyncRead(
95 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()
37 using SensorValueType = double; typedef
170 void updateSensorInterfaces(InterfaceMap& ifaces, SensorValueType value);
109 void updateSensorInterfaces(InterfaceMap& ifaces, SensorValueType value) in updateSensorInterfaces()484 SensorValueType value; in read()