meier/plocSupervisor #11

Merged
muellerr merged 10 commits from meier/plocSupervisor into develop 2021-08-02 12:59:04 +02:00
3 changed files with 425 additions and 1 deletions
Showing only changes of commit d782aa2715 - Show all commits

View File

@@ -160,7 +160,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=0x0065 json_cfg_path=self.get_json_config_file_path(), space_packet_id=0x0865
) )
def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int): def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int):