update subsystemIDs

This commit is contained in:
2023-02-06 20:13:15 +01:00
parent 66867ad9d2
commit 457ccf1ca0
4 changed files with 25 additions and 12 deletions

View File

@ -12,6 +12,15 @@ from tmtccmd.tc.decorator import ServiceProviderParams
from tmtccmd.tc.pus_200_fsfw_mode import Subservice as ModeSubservice
class ModeId:
OFF = 0
SUPV_ONLY = 10
MPSOC_STREAM = 11
CAM_STREAM = 12
EARTH_OBSV = 13
SCEX = 14
class OpCode(str, enum.Enum):
OFF = "off"
REPORT_ALL_MODES = "report_modes"