eive-tmtc/pus_tm/event_handler.py
2022-03-04 10:44:55 +01:00

8 lines
151 B
Python

import config.object_ids as obj_ids
def handle_event_packet(
object_id: bytes, event_id: int, param_1: int, param_2: int
) -> str:
return ""