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