Searched refs:_detectorAccumulatorPos (Results 1 – 2 of 2) sorted by relevance
28 _detectorAccumulatorPos(0), in TimestampExtrapolator()58 _detectorAccumulatorPos = 0; in Reset()217 _detectorAccumulatorPos = in DelayChangeDetection()218 std::max(_detectorAccumulatorPos + error - _accDrift, (double)0); in DelayChangeDetection()221 if (_detectorAccumulatorPos > _alarmThreshold || _detectorAccumulatorNeg < -_alarmThreshold) in DelayChangeDetection()224 _detectorAccumulatorPos = _detectorAccumulatorNeg = 0; in DelayChangeDetection()
46 double _detectorAccumulatorPos; variable