scex tmtc init
This commit is contained in:
@ -50,3 +50,4 @@ class CustomServiceList(enum.Enum):
|
|||||||
RTD = "rtd"
|
RTD = "rtd"
|
||||||
TVTTESTPROCEDURE = "tvtestproc"
|
TVTTESTPROCEDURE = "tvtestproc"
|
||||||
CONTROLLERS = "controllers"
|
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
|
tc_queue=service_queue, object_id=RW_ASSEMBLY, op_code=op_code
|
||||||
)
|
)
|
||||||
if service == CustomServiceList.CONTROLLERS.value:
|
if service == CustomServiceList.CONTROLLERS.value:
|
||||||
return pack_controller_commands(tc_queue=service_queue, op_code=op_code)
|
return pack_cmd_ctrl_to_prompted_mode(tc_queue=service_queue)
|
||||||
LOGGER.warning(f"Invalid Service {service}")
|
if service == CustomServiceList.SCEX.value:
|
||||||
|
pass
|
||||||
|
LOGGER.warning("Invalid Service !")
|
||||||
|
|
||||||
|
|
||||||
def create_total_tc_queue_user() -> TcQueueT:
|
def create_total_tc_queue_user() -> TcQueueT:
|
||||||
|
Submodule spacepackets updated: 7fdf07f2a1...2dbd8f6803
2
tmtccmd
2
tmtccmd
Submodule tmtccmd updated: 4de1bb09c9...8f69fa22c7
Reference in New Issue
Block a user