Searched defs:ThresholdDetail (Results 1 – 2 of 2) sorted by relevance
51 struct ThresholdDetail struct in NumericThreshold53 std::optional<double> prevValue = std::nullopt;54 numeric::Direction prevDirection = numeric::Direction::either;55 bool dwell = false;56 boost::asio::steady_timer timer;58 ThresholdDetail(const std::string& sensorNameIn, in ThresholdDetail() function65 const std::string& getSensorName() in getSensorName()71 std::string sensorName;
52 struct ThresholdDetail struct in DiscreteThreshold54 bool dwell = false;55 boost::asio::steady_timer timer;57 ThresholdDetail(const std::string& sensorNameIn, in ThresholdDetail() function64 const std::string& getSensorName() in getSensorName()70 std::string sensorName;