Skip to content

Commit

Permalink
added back abstract func for now
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 17, 2021
1 parent 897b5f4 commit 0d91e26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tmtccmd/config/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ def custom_args_parsing() -> Optional[argparse.Namespace]:

# TODO: All of this will be moved to the dedicated PUS packet handler

@abstractmethod
def tm_user_factory_hook(self, raw_tm_packet: bytearray) -> Optional[PusTelemetry]:
pass

@staticmethod
def handle_service_8_telemetry(
object_id: bytes, action_id: int, custom_data: bytearray
Expand Down

0 comments on commit 0d91e26

Please sign in to comment.