From f1ca4b174f540fa4a355db514a5c0be34376ecbc Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 6 Jul 2023 23:07:54 +0200 Subject: [PATCH] comment --- mission/controller/ThermalController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mission/controller/ThermalController.cpp b/mission/controller/ThermalController.cpp index 0ed8a4d9..6a624c62 100644 --- a/mission/controller/ThermalController.cpp +++ b/mission/controller/ThermalController.cpp @@ -215,6 +215,7 @@ void ThermalController::performControlOperation() { } heaterTransitionControl(heaterSwitchStateArray); heaterMaxDurationControl(heaterSwitchStateArray); + // This dataset makes the TCS CTRL observable. PoolReadGuard pg(&tcsCtrlInfo); for (uint8_t i = 0; i < thermalStates.size(); i++) { tcsCtrlInfo.heatingOnVec[i] = thermalStates[i].heating;