update for tmtc and other submodules
This commit is contained in:
7
.idea/runConfigurations/example.xml
generated
Normal file
7
.idea/runConfigurations/example.xml
generated
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<component name="ProjectRunConfigurationManager">
|
||||||
|
<configuration default="false" name="example" type="CMakeRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="fsfw-example-hosted" TARGET_NAME="fsfw-example-hosted" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="fsfw-example-hosted" RUN_TARGET_NAME="fsfw-example-hosted">
|
||||||
|
<method v="2">
|
||||||
|
<option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
|
||||||
|
</method>
|
||||||
|
</configuration>
|
||||||
|
</component>
|
Submodule example_common updated: 43060b3be7...c483202852
2
fsfw
2
fsfw
Submodule fsfw updated: 064b195c75...740644f2c8
Submodule tmtc/common_tmtc updated: 1f3e04bde4...4a90841282
@ -12,10 +12,11 @@ class FsfwHookBase(CommonFsfwHookBase):
|
|||||||
return common_fsfw_service_op_code_dict()
|
return common_fsfw_service_op_code_dict()
|
||||||
|
|
||||||
def assign_communication_interface(self, com_if_key: str) -> Optional[ComInterface]:
|
def assign_communication_interface(self, com_if_key: str) -> Optional[ComInterface]:
|
||||||
from tmtccmd.config.com_if import create_communication_interface_default
|
from tmtccmd.config.com_if import create_com_interface_default, \
|
||||||
|
create_com_interface_cfg_default
|
||||||
return create_communication_interface_default(
|
cfg = create_com_interface_cfg_default(
|
||||||
com_if_key=com_if_key,
|
com_if_key=com_if_key,
|
||||||
json_cfg_path=self.json_cfg_path,
|
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)
|
||||||
|
Submodule tmtc/deps/spacepackets updated: 5317f4c384...8d417d7d88
Submodule tmtc/deps/tmtccmd updated: 4d34585d45...77295364b3
@ -16,8 +16,7 @@ from tmtccmd.logging.pus import (
|
|||||||
TimedLogWhen,
|
TimedLogWhen,
|
||||||
)
|
)
|
||||||
from tmtccmd.pus import VerificationWrapper
|
from tmtccmd.pus import VerificationWrapper
|
||||||
from tmtccmd.utility.tmtc_printer import FsfwTmTcPrinter
|
from tmtccmd.util.tmtc_printer import FsfwTmTcPrinter
|
||||||
|
|
||||||
|
|
||||||
LOGGER = get_console_logger()
|
LOGGER = get_console_logger()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user