okapi::ConfigurableTimeUtilFactory class

A TimeUtilFactory that supplies the SettledUtil parameters passed in the constructor to every new TimeUtil instance.

Base classes

class TimeUtilFactory

Constructors, destructors, conversion operators

ConfigurableTimeUtilFactory(double iatTargetError = 50, double iatTargetDerivative = 5, const QTime& iatTargetTime = 250_ms)

Public functions

auto create() -> TimeUtil override
Creates a TimeUtil with the SettledUtil parameters specified in the constructor by delegating to TimeUtilFactory::withSettledUtilParams.

Function documentation

TimeUtil okapi::ConfigurableTimeUtilFactory::create() override

Creates a TimeUtil with the SettledUtil parameters specified in the constructor by delegating to TimeUtilFactory::withSettledUtilParams.

Returns A TimeUtil with the SettledUtil parameters specified in the constructor.