Searched refs:_alarmThreshold (Results 1 – 2 of 2) sorted by relevance
30 _alarmThreshold(60e3), in TimestampExtrapolator()221 if (_detectorAccumulatorPos > _alarmThreshold || _detectorAccumulatorNeg < -_alarmThreshold) in DelayChangeDetection()
48 const double _alarmThreshold; variable