request diag packet

This commit is contained in:
2022-04-05 19:49:42 +02:00
parent 5b2dfa55eb
commit 3f5d77a5e5
5 changed files with 40 additions and 50 deletions

View File

@ -26,9 +26,7 @@ def get_event_dict() -> EventDictT:
def handle_event_packet(
raw_tm: bytes,
printer: FsfwTmTcPrinter,
file_logger: logging.Logger
raw_tm: bytes, printer: FsfwTmTcPrinter, file_logger: logging.Logger
) -> str:
tm = Service5Tm.unpack(raw_telemetry=raw_tm)
printer.handle_long_tm_print(packet_if=tm, info_if=tm)