Merge branch 'tcs-heater-upper-limit' into tcs-observability
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-07-10 14:58:16 +02:00
10 changed files with 54 additions and 28 deletions

View File

@ -24,6 +24,7 @@
#include <atomic>
#include <list>
#include <optional>
class ThermalController : public ExtendedControllerBase {
public:
@ -288,7 +289,7 @@ class ThermalController : public ExtendedControllerBase {
void heaterSwitchHelperAllOff();
void heaterSwitchHelper(heater::Switch switchNr, heater::SwitchState state,
unsigned componentIdx);
std::optional<unsigned> componentIdx);
void ctrlAcsBoard();
void ctrlMgt();