TMTC Update #25

Merged
meierj merged 11 commits from mueller/tmtc-update into develop 2021-10-06 17:48:49 +02:00
25 changed files with 71 additions and 26 deletions
Showing only changes of commit 6d442f47e6 - Show all commits

View File

@ -44,7 +44,7 @@ class EiveHookObject(TmTcHookBase):
from tmtccmd.config.com_if import create_communication_interface_default from tmtccmd.config.com_if import create_communication_interface_default
return create_communication_interface_default( return create_communication_interface_default(
com_if_key=com_if_key, tmtc_printer=tmtc_printer, com_if_key=com_if_key, tmtc_printer=tmtc_printer,
json_cfg_path=self.get_json_config_file_path(), space_packet_id=0x0865 json_cfg_path=self.get_json_config_file_path(), space_packet_ids=(0x0865,)
) )
def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int): def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int):

Submodule tmtccmd updated: b6be235965...1dc7266d5f