Add Xiphos WDT commands #241

Merged
muellerr merged 8 commits from add-xiphos-wdt-handling into main 2023-10-11 19:34:49 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 1123c4d4df - Show all commits

View File

@ -6,3 +6,4 @@ from .health import add_health_cmd_defs
from .system import add_system_cmd_defs
from .tm_store import add_persistent_tm_store_cmd_defs
from .tcs import add_tmp_sens_cmds
from .wdt import add_xiphos_wdt_defs

View File

@ -34,7 +34,7 @@ def pack_wdt_commands(q: DefaultPusQueueHelper, op_code: str):
@tmtc_definitions_provider
def add_health_cmd_defs(defs: TmtcDefinitionWrapper):
def add_xiphos_wdt_defs(defs: TmtcDefinitionWrapper):
oce = OpCodeEntry()
oce.add(keys=OpCode.ENABLE, info=Info.ENABLE)
oce.add(keys=OpCode.ENABLE, info=Info.DISABLE)