service 8 checksum reply

This commit is contained in:
Jakob Meier
2021-12-24 07:32:35 +01:00
parent 3a71176c56
commit 58ec3c6640
4 changed files with 80 additions and 3 deletions

View File

@ -78,7 +78,10 @@ def get_object_ids() -> Dict[bytes, list]:
GPS_HANDLER_1_ID: "GPS 1",
RAD_SENSOR_ID: "Radiation Sensor",
PLOC_SUPV_ID: "PLOC Supervisor",
PLOC_MPSOC_ID: "PLOC MPSoC",
CORE_CONTROLLER_ID: "Core Controller",
CORE_CONTROLLER_ID: "CCSDS Handler",
CCSDS_HANDLER_ID: "CCSDS Handler",
PDEC_HANDLER_ID: "PDEC Handler",
STAR_TRACKER_ID: "Star Tracker Handler",
})
return object_id_dict