eive-tmtc/pus_tm/event_handler.py

8 lines
151 B
Python
Raw Normal View History

import config.object_ids as obj_ids
def handle_event_packet(
2022-03-04 10:44:55 +01:00
object_id: bytes, event_id: int, param_1: int, param_2: int
) -> str:
return ""