scex tmtc init
This commit is contained in:
parent
c29689cc0a
commit
7012a6c41f
@ -50,3 +50,4 @@ class CustomServiceList(enum.Enum):
|
||||
RTD = "rtd"
|
||||
TVTTESTPROCEDURE = "tvtestproc"
|
||||
CONTROLLERS = "controllers"
|
||||
SCEX = "scex"
|
||||
|
0
pus_tc/devs/scex.py
Normal file
0
pus_tc/devs/scex.py
Normal 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:
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 7fdf07f2a1a93bcad0bdda32acd48b2a600cd861
|
||||
Subproject commit 2dbd8f680351cdadc8114b1b80cfa155ac75c25a
|
2
tmtccmd
2
tmtccmd
@ -1 +1 @@
|
||||
Subproject commit 4de1bb09c97b30fa64260c9f470537d23456c810
|
||||
Subproject commit 8f69fa22c7557369569372ee22058f29d4fe6b56
|
Loading…
Reference in New Issue
Block a user