Files
eive-tmtc/pus_tm/event_handler.py
T

8 lines
151 B
Python
Raw Normal View History

2022-03-03 19:57:22 +01:00
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
2022-03-03 19:57:22 +01:00
) -> str:
return ""