Scheduler
|
#include <exponentialMaxTempEstimator.h>
Public Member Functions | |
ExponentialMaxTempEstimator (double scaling, double offset) | |
double | getMaximumTemperature () override |
![]() | |
virtual | ~MaxTempEstimator () |
Static Public Attributes | |
static constexpr const char * | configKey = "exponentialTempEstimator" |
Definition at line 24 of file exponentialMaxTempEstimator.h.
ExponentialMaxTempEstimator::ExponentialMaxTempEstimator | ( | double | scaling, |
double | offset | ||
) |
Definition at line 19 of file exponentialMaxTempEstimator.cpp.
|
overridevirtual |
Implements RlScheduler::MaxTempEstimator.
Definition at line 24 of file exponentialMaxTempEstimator.cpp.
|
static |
Definition at line 27 of file exponentialMaxTempEstimator.h.