Searched refs:_detectorAccumulatorNeg (Results 1 – 2 of 2) sorted by relevance
29 _detectorAccumulatorNeg(0), in TimestampExtrapolator()59 _detectorAccumulatorNeg = 0; in Reset()223 _detectorAccumulatorNeg = in DelayChangeDetection()224 std::min(_detectorAccumulatorNeg + error + _accDrift, (double)0); in DelayChangeDetection()225 if (_detectorAccumulatorPos > _alarmThreshold || _detectorAccumulatorNeg < -_alarmThreshold) in DelayChangeDetection()228 _detectorAccumulatorPos = _detectorAccumulatorNeg = 0; in DelayChangeDetection()
47 double _detectorAccumulatorNeg; variable