Scheduler
Public Member Functions | Static Public Attributes | List of all members
RlScheduler::ExponentialMaxTempEstimator Class Reference

#include <exponentialMaxTempEstimator.h>

Inheritance diagram for RlScheduler::ExponentialMaxTempEstimator:
RlScheduler::MaxTempEstimator

Public Member Functions

 ExponentialMaxTempEstimator (double scaling, double offset)
 
double getMaximumTemperature () override
 
- Public Member Functions inherited from RlScheduler::MaxTempEstimator
virtual ~MaxTempEstimator ()
 

Static Public Attributes

static constexpr const char * configKey = "exponentialTempEstimator"
 

Detailed Description

Definition at line 24 of file exponentialMaxTempEstimator.h.

Constructor & Destructor Documentation

ExponentialMaxTempEstimator::ExponentialMaxTempEstimator ( double  scaling,
double  offset 
)

Definition at line 19 of file exponentialMaxTempEstimator.cpp.

Member Function Documentation

double ExponentialMaxTempEstimator::getMaximumTemperature ( )
overridevirtual

Implements RlScheduler::MaxTempEstimator.

Definition at line 24 of file exponentialMaxTempEstimator.cpp.

Member Data Documentation

constexpr const char* RlScheduler::ExponentialMaxTempEstimator::configKey = "exponentialTempEstimator"
static

Definition at line 27 of file exponentialMaxTempEstimator.h.


The documentation for this class was generated from the following files: