Searched refs:_detectorAccumulatorPos (Results 1 – 2 of 2) sorted by relevance
28 _detectorAccumulatorPos(0), in TimestampExtrapolator()56 _detectorAccumulatorPos = 0; in Reset()197 _detectorAccumulatorPos = in DelayChangeDetection()198 std::max(_detectorAccumulatorPos + error - _accDrift, double{0}); in DelayChangeDetection()201 if (_detectorAccumulatorPos > _alarmThreshold || in DelayChangeDetection()204 _detectorAccumulatorPos = _detectorAccumulatorNeg = 0; in DelayChangeDetection()
45 double _detectorAccumulatorPos; variable