eive-tmtc/eive_tmtc/tmtc/tcs/defs.py
Robin Mueller c48f04eed5
Some checks failed
EIVE/-/pipeline/head There was a failure building this commit
add TCS submode
2023-07-06 14:15:28 +02:00

14 lines
210 B
Python

import enum
class CtrlSetId(enum.IntEnum):
PRIMARY_SENSORS = 0
DEVICE_SENSORS = 1
SUS_TEMP_SENSORS = 2
HEATER_INFO = 4
class TcsSubmode(enum.IntEnum):
DEFAULT = 0
NO_HEATER_CTRL = 1