renamed heater_7_s_band
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -12,6 +12,8 @@ struct TempLimits {
|
||||
TempLimits(float lowerLimit, float upperLimit) : lowerLimit(lowerLimit), upperLimit(upperLimit) {}
|
||||
float lowerLimit;
|
||||
float upperLimit;
|
||||
//TODO define limits
|
||||
|
||||
};
|
||||
|
||||
class ThermalController : public ExtendedControllerBase {
|
||||
|
Reference in New Issue
Block a user