Searched refs:thresholdHigh_ (Results 1 – 1 of 1) sorted by relevance
33 :thresholdLow_(thresholdLow), thresholdHigh_(thresholdHigh), inThresHoldBand_(false) {} in RSThresholdDetector()37 if (value > thresholdHigh_ && !inThresHoldBand_) { in Detect()48 T thresholdHigh_; variable