Home
last modified time | relevance | path

Searched defs:ThresholdDetail (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/
H A Dnumeric_threshold.hpp51 struct ThresholdDetail struct in NumericThreshold
53 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() function
65 const std::string& getSensorName() in getSensorName()
71 std::string sensorName;
H A Ddiscrete_threshold.hpp52 struct ThresholdDetail struct in DiscreteThreshold
54 bool dwell = false;
55 boost::asio::steady_timer timer;
57 ThresholdDetail(const std::string& sensorNameIn, in ThresholdDetail() function
64 const std::string& getSensorName() in getSensorName()
70 std::string sensorName;