eive-tmtc/eive_tmtc/tmtc/tcs/defs.py

8 lines
117 B
Python
Raw Normal View History

2023-01-31 15:41:51 +01:00
import enum
class CtrlSetId(enum.IntEnum):
PRIMARY_SENSORS = 0
DEVICE_SENSORS = 1
SUS_TEMP_SENSORS = 2