18 double iatTargetDerivative = 5,
19 const QTime &iatTargetTime = 250_ms);
31 double atTargetDerivative;
A TimeUtilFactory that supplies the SettledUtil parameters passed in the constructor to every new Tim...
ConfigurableTimeUtilFactory(double iatTargetError=50, double iatTargetDerivative=5, const QTime &iatTargetTime=250_ms)
TimeUtil create() override
Creates a TimeUtil with the SettledUtil parameters specified in the constructor by delegating to Time...
Utility class for holding an AbstractTimer, AbstractRate, and SettledUtil together in one class since...