impl MPSoC HK parsing #188

Merged
meggert merged 4 commits from mpsoc_commands into main 2023-05-04 15:30:50 +02:00
Showing only changes of commit a0aa6525e4 - Show all commits

View File

@ -507,7 +507,7 @@ def get_sequence_file() -> str:
def handle_ploc_mpsoc_hk_data(printer: FsfwTmTcPrinter, hk_data: bytes, set_id: int):
pw = PrintWrapper(printer)
if set_id == SetId.HK_ID:
fmt_str = "!IBBBBBB"
fmt_str = "!IBBBBBBB"
meggert marked this conversation as resolved Outdated

7 types defined here but below 8 values are unpacked

7 types defined here but below 8 values are unpacked

eagle eyes at work

eagle eyes at work

fixed

fixed
current_idx = 0
inc_len = struct.calcsize(fmt_str)
(