Searched refs:DiscreteThreshold (Results 1 – 4 of 4) sorted by relevance
19 class DiscreteThreshold : class22 public std::enable_shared_from_this<DiscreteThreshold>25 DiscreteThreshold(32 ~DiscreteThreshold() = default;33 DiscreteThreshold(const DiscreteThreshold&) = delete;34 DiscreteThreshold& operator=(const DiscreteThreshold&) = delete;35 DiscreteThreshold(DiscreteThreshold&&) = delete;36 DiscreteThreshold& operator=(DiscreteThreshold&&) = delete;
8 DiscreteThreshold::DiscreteThreshold( in DiscreteThreshold() function in DiscreteThreshold27 void DiscreteThreshold::initialize() in initialize()32 void DiscreteThreshold::updateSensors(Sensors newSensors) in updateSensors()37 DiscreteThreshold::ThresholdDetail& DiscreteThreshold::getDetails( in getDetails()43 std::shared_ptr<DiscreteThreshold::ThresholdDetail>44 DiscreteThreshold::makeDetails(const std::string& sensorName) in makeDetails()49 void DiscreteThreshold::sensorUpdated(interfaces::Sensor& sensor, in sensorUpdated()67 void DiscreteThreshold::startTimer(DiscreteThreshold::ThresholdDetail& details, in startTimer()96 void DiscreteThreshold::commit(const std::string& sensorName, double value) in commit()106 LabeledThresholdParam DiscreteThreshold::getThresholdParam() const in getThresholdParam()[all …]
171 thresholds.emplace_back(std::make_shared<DiscreteThreshold>( in makeDiscreteThreshold()
25 std::shared_ptr<DiscreteThreshold> sut;30 std::shared_ptr<DiscreteThreshold> makeThreshold( in makeThreshold()38 return std::make_shared<DiscreteThreshold>( in makeThreshold()