add ploc supv hk handling

This commit is contained in:
2022-08-19 14:48:10 +02:00
parent d8b0d81ef3
commit 26e656faf0
6 changed files with 94 additions and 5 deletions

View File

@ -19,6 +19,7 @@ from tmtccmd.logging import get_console_logger
from tmtccmd.tc import service_provider
from tmtccmd.tc.decorator import ServiceProviderParams
from tmtccmd.tc.pus_200_fsfw_modes import pack_mode_data, Modes
from tmtccmd.util.tmtc_printer import FsfwTmTcPrinter
from utility.input_helper import InputHelper
LOGGER = get_console_logger()
@ -681,3 +682,7 @@ def get_event_buffer_path() -> str:
else:
file = event_buffer_path_dict[key][1]
return file
def handle_supv_hk_data(set_id: int, hk_data: bytes, printer: FsfwTmTcPrinter):
pass