1
0
forked from fsfw/fsfw

and now it compiles

This commit is contained in:
2020-12-12 00:01:36 +01:00
parent 101babd863
commit d0d6247753
7 changed files with 15 additions and 17 deletions

View File

@ -2,6 +2,7 @@
#define THERMALMODULEIF_H_
#include "ThermalComponentIF.h"
class AbstractTemperatureSensor;
class ThermalModuleIF{
@ -18,8 +19,6 @@ public:
NON_OPERATIONAL = 0, OPERATIONAL = 1, UNKNOWN = 2
};
static constexpr float INVALID_TEMPERATURE = 999;
virtual ~ThermalModuleIF() {
}