some more stuff works now

This commit is contained in:
Robin Müller 2022-07-27 20:44:20 +02:00
parent dd7a9dfafd
commit b0cd790c78
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
5 changed files with 10 additions and 7 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 4e571e508280555cc96932991e125fd8ebc38df7
Subproject commit 7e8afcc12f413d8199f086521e1e7a6d0db21259

@ -1 +1 @@
Subproject commit 4a908412822796b133254f95853f3604d7024a3f
Subproject commit 6e89b61bf80c582b1ef82bf152522598b30162f1

View File

@ -12,11 +12,14 @@ class FsfwHookBase(CommonFsfwHookBase):
return common_fsfw_service_op_code_dict()
def assign_communication_interface(self, com_if_key: str) -> Optional[ComInterface]:
from tmtccmd.config.com_if import create_com_interface_default, \
create_com_interface_cfg_default
from tmtccmd.config.com_if import (
create_com_interface_default,
create_com_interface_cfg_default,
)
cfg = create_com_interface_cfg_default(
com_if_key=com_if_key,
json_cfg_path=self.json_cfg_path,
space_packet_ids=TM_SP_IDS
space_packet_ids=TM_SP_IDS,
)
return create_com_interface_default(cfg)

@ -1 +1 @@
Subproject commit 8d417d7d8887982fcd9c7dc53c69d13a25e6bda0
Subproject commit 0ed5142996e19ce0b2e9e1df07516a0146420cf8

@ -1 +1 @@
Subproject commit 5efd5d06470da0f8e79646aea6cc567b07650d67
Subproject commit 654e4e2a51e0883601fb8959815a0eb7bc4ad497