Searched refs:inThresHoldBand_ (Results 1 – 1 of 1) sorted by relevance
33 :thresholdLow_(thresholdLow), thresholdHigh_(thresholdHigh), inThresHoldBand_(false) {} in RSThresholdDetector()37 if (value > thresholdHigh_ && !inThresHoldBand_) { in Detect()38 inThresHoldBand_ = true; in Detect()41 if (value <= thresholdLow_ && inThresHoldBand_) { in Detect()42 inThresHoldBand_ = false; in Detect()49 bool inThresHoldBand_; // used to save previous data status variable