enum #173

Merged
muellerr merged 2 commits from kranz_another_very_important_enum_really_tho into main 2023-03-16 14:46:32 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit a3bdfe8b04 - Show all commits

View File

@ -5,6 +5,7 @@
@author J. Meier
@date 01.07.2021
"""
import enum
import struct
from eive_tmtc.config.definitions import CustomServiceList
@ -20,7 +21,7 @@ from tmtccmd.util import ObjectIdU32
from tmtccmd.util.tmtc_printer import FsfwTmTcPrinter
class SetId:
class SetId(enum.IntEnum):
HK = 3