update events and retvals #170

Merged
muellerr merged 13 commits from thermal_controller into main 2023-04-03 15:12:05 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 523dd9b759 - Show all commits

View File

@ -267,6 +267,7 @@ Event ID (dec); Event ID (hex); Name; Severity; Description; File Path
14104;0x3718;OBC_OVERHEATING;HIGH;No description;mission/controller/tcsDefs.h
14105;0x3719;CAMERA_OVERHEATING;HIGH;No description;mission/controller/tcsDefs.h
14106;0x371a;PCDU_SYSTEM_OVERHEATING;HIGH;No description;mission/controller/tcsDefs.h
14107;0x371b;HEATER_NOT_OFF_FOR_OFF_MODE;MEDIUM;No description;mission/controller/tcsDefs.h
14201;0x3779;TX_TIMER_EXPIRED;INFO;The transmit timer to protect the Syrlinks expired P1: The current timer value;mission/system/com/ComSubsystem.h
14202;0x377a;BIT_LOCK_TX_ON;INFO;Transmitter will be turned on due to detection of bitlock;mission/system/com/ComSubsystem.h
14300;0x37dc;POSSIBLE_FILE_CORRUPTION;LOW;P1: Result code of TM packet parser. P2: Timestamp of possibly corrupt file as a unix timestamp.;mission/persistentTmStoreDefs.h

1 Event ID (dec) Event ID (hex) Name Severity Description File Path
267 14103 14104 0x3717 0x3718 PLOC_OVERHEATING OBC_OVERHEATING HIGH No description mission/controller/ThermalController.h mission/controller/tcsDefs.h
268 14104 14105 0x3718 0x3719 OBC_OVERHEATING CAMERA_OVERHEATING HIGH No description mission/controller/ThermalController.h mission/controller/tcsDefs.h
269 14105 14106 0x3719 0x371a HPA_OVERHEATING PCDU_SYSTEM_OVERHEATING HIGH No description mission/controller/ThermalController.h mission/controller/tcsDefs.h
270 14107 0x371b HEATER_NOT_OFF_FOR_OFF_MODE MEDIUM No description mission/controller/tcsDefs.h
271 14106 14201 0x371a 0x3779 PLPCDU_OVERHEATING TX_TIMER_EXPIRED HIGH INFO No description The transmit timer to protect the Syrlinks expired P1: The current timer value mission/controller/ThermalController.h mission/system/com/ComSubsystem.h
272 14201 14202 0x3779 0x377a TX_TIMER_EXPIRED BIT_LOCK_TX_ON INFO The transmit timer to protect the Syrlinks expired P1: The current timer value Transmitter will be turned on due to detection of bitlock mission/system/com/ComSubsystem.h
273 14202 14300 0x377a 0x37dc BIT_LOCK_TX_ON POSSIBLE_FILE_CORRUPTION INFO LOW Transmitter will be turned on due to detection of bitlock P1: Result code of TM packet parser. P2: Timestamp of possibly corrupt file as a unix timestamp. mission/system/com/ComSubsystem.h mission/persistentTmStoreDefs.h