1
0
forked from fsfw/fsfw

compiling again

This commit is contained in:
2020-11-30 16:06:59 +01:00
parent f70ee7696a
commit 4bb9dd816e
12 changed files with 196 additions and 132 deletions

View File

@ -96,10 +96,10 @@ protected:
Parameters parameters;
//ThermalMonitorReporter temperatureMonitor;
const uint8_t domainId;
ThermalMonitorReporter temperatureMonitor;
virtual float getTemperature();
virtual State getState(float temperature, Parameters parameters,
int8_t targetState);
@ -111,7 +111,7 @@ protected:
virtual State getIgnoredState(int8_t state);
//void updateMinMaxTemp();
void updateMinMaxTemp();
virtual Parameters getParameters();
};