scex tmtc init

This commit is contained in:
Irini Kosmidou
2022-06-21 15:21:55 +02:00
parent c29689cc0a
commit 7012a6c41f
5 changed files with 7 additions and 4 deletions

View File

@ -50,3 +50,4 @@ class CustomServiceList(enum.Enum):
RTD = "rtd"
TVTTESTPROCEDURE = "tvtestproc"
CONTROLLERS = "controllers"
SCEX = "scex"

0
pus_tc/devs/scex.py Normal file
View File

View File

@ -242,8 +242,10 @@ def pack_service_queue_user(
tc_queue=service_queue, object_id=RW_ASSEMBLY, op_code=op_code
)
if service == CustomServiceList.CONTROLLERS.value:
return pack_controller_commands(tc_queue=service_queue, op_code=op_code)
LOGGER.warning(f"Invalid Service {service}")
return pack_cmd_ctrl_to_prompted_mode(tc_queue=service_queue)
if service == CustomServiceList.SCEX.value:
pass
LOGGER.warning("Invalid Service !")
def create_total_tc_queue_user() -> TcQueueT:

Submodule tmtccmd updated: 4de1bb09c9...8f69fa22c7