#include <moEasyCoolSched.h>
Inheritance diagram for moEasyCoolSched:

Public Member Functions | |
| moEasyCoolSched (double __threshold, double __ratio) | |
| Simple constructor. | |
| bool | operator() (double &__temp) |
| Function which proceeds to the cooling. | |
Private Attributes | |
| double | threshold |
| The temperature threhold. | |
| double | ratio |
| The decreasing factor of the temperature. | |
The simpliest, the temperature decrease according to a ratio until it greater than a threshold.
Definition at line 22 of file moEasyCoolSched.h.
|
||||||||||||
|
Simple constructor.
Definition at line 31 of file moEasyCoolSched.h. |
|
|
Function which proceeds to the cooling. Decrease the temperature and indicates if it is greater than the threshold.
Definition at line 44 of file moEasyCoolSched.h. |
1.4.6