Searched full:thresholdtype (Results 1 – 4 of 4) sorted by relevance
9 template <typename ThresholdType>10 static void initialize(ThresholdType* thresholdPtr) in initialize()20 template <typename ThresholdType>21 static typename ThresholdType::ThresholdDetail&22 getDetails(ThresholdType* thresholdPtr, in getDetails()32 template <typename ThresholdType>33 static void updateSensors(ThresholdType* thresholdPtr, Sensors newSensors) in updateSensors()35 typename ThresholdType::SensorDetails newSensorDetails; in updateSensors()36 typename ThresholdType::SensorDetails oldSensorDetails = in updateSensors()
12 implementation. map{thresholdType,map{thresholdBound,thresholdValue}}19 set{struct{thresholdType,thresholdBound}}28 - name: ThresholdType
92 warning("Invalid ThresholdType: {TYPE}", "TYPE", key); in from_json()
348 | ThresholdType | enum | Numeric trigger type: <br> "UpperCritical" - reading is above normal r…