commands for ccsds and pdec handler

This commit is contained in:
Jakob Meier
2021-11-24 15:56:25 +01:00
parent b2cc2354d4
commit 904dc74075
6 changed files with 110 additions and 3 deletions

View File

@ -36,3 +36,5 @@ class CustomServiceList(enum.Enum):
PLOC_MEMORY_DUMPER = "ploc_memory_dumper"
CORE = 'core'
STAR_TRACKER = 'star_tracker'
CCSDS_HANDLER = 'ccsds_handler'
PDEC_HANDLER = 'pdec_handler'