TCS observability
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-07-11 13:52:41 +02:00
parent 46bb602c96
commit 13e965948c
4 changed files with 9 additions and 82 deletions

View File

@ -34,7 +34,7 @@ struct TempLimits {
* Abstraction for the state of a single thermal component
*/
struct ThermalState {
uint8_t errorCounter;
uint8_t noSensorAvailableCounter;
// Which sensor is used for this component?
uint8_t sensorIndex = 0;
// Is heating on for that thermal module?
@ -69,7 +69,7 @@ enum ThermalComponents : uint8_t {
IF_BOARD = 5,
TCS_BOARD = 6,
OBC = 7,
OBCIF_BOARD = 8,
LEGACY_OBCIF_BOARD = 8,
SBAND_TRANSCEIVER = 9,
PCDUP60_BOARD = 10,
PCDUACU = 11,