renamed ploc mpsoc object id

This commit is contained in:
Jakob.Meier
2021-07-09 12:57:39 +02:00
parent 3b073a7eef
commit ec0ef1a4f7
3 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ def pack_service_queue_user(service: Union[str, int], op_code: str, service_queu
object_id = IMTQ_HANDLER_ID
return pack_imtq_test_into(object_id=object_id, tc_queue=service_queue, op_code=op_code)
if service == CustomServiceList.PLOC.value:
object_id = PLOC_ID
object_id = PLOC_MPSOC_ID
return pack_ploc_test_into(object_id=object_id, tc_queue=service_queue)
if service == CustomServiceList.REACTION_WHEEL_1.value:
object_id = RW1_ID