New csv files #100

Merged
muellerr merged 4 commits from mueller/gen-update into develop 2022-06-21 10:33:27 +02:00
Showing only changes of commit e3b66d52e2 - Show all commits

View File

@ -14,7 +14,7 @@
0x56b4;RWHA_MissingEndSign;HDLC decoding mechanism never receives the end sign 0x7E;180;RW_HANDLER;mission/devices/RwHandler.h
0x56b5;RWHA_NoReply;Reaction wheel only responds with empty frames.;181;RW_HANDLER;mission/devices/RwHandler.h
0x56b6;RWHA_NoStartMarker;Expected a start marker as first byte;182;RW_HANDLER;mission/devices/RwHandler.h
0x56a0;RWHA_InvalidSpeed;Action Message with invalid speed was received. Valid speeds must be in the range of [-65000; 1000] or [1000; 65000];160;RW_HANDLER;mission/devices/RwHandler.h
0x56a0;RWHA_InvalidSpeed;Action Message with invalid speed was received. Valid speeds must be in the range of [-65000, 1000] or [1000, 65000];160;RW_HANDLER;mission/devices/RwHandler.h
0x56a1;RWHA_InvalidRampTime;Action Message with invalid ramp time was received.;161;RW_HANDLER;mission/devices/RwHandler.h
0x56a2;RWHA_SetSpeedCommandInvalidLength;Received set speed command has invalid length. Should be 6.;162;RW_HANDLER;mission/devices/RwHandler.h
0x56a3;RWHA_ExecutionFailed;Command execution failed;163;RW_HANDLER;mission/devices/RwHandler.h

1 0x0 0x0000 OK System-wide code for ok. RETURN_OK 0 HasReturnvaluesIF.h HasReturnvaluesIF fsfw/returnvalues/HasReturnvaluesIF.h
14 0x55a0 0x56b4 IMTQ_InvalidCommandCode RWHA_MissingEndSign HDLC decoding mechanism never receives the end sign 0x7E 0xA0 180 mission\devices\IMTQHandler.h IMTQ_HANDLER RW_HANDLER mission/devices/RwHandler.h
15 0x55a1 0x56b5 IMTQ_ParameterMissing RWHA_NoReply Reaction wheel only responds with empty frames. 0xA1 181 mission\devices\IMTQHandler.h IMTQ_HANDLER RW_HANDLER mission/devices/RwHandler.h
16 0x55a2 0x56b6 IMTQ_ParameterInvalid RWHA_NoStartMarker Expected a start marker as first byte 0xA2 182 mission\devices\IMTQHandler.h IMTQ_HANDLER RW_HANDLER mission/devices/RwHandler.h
17 0x55a3 0x56a0 IMTQ_CcUnavailable RWHA_InvalidSpeed Action Message with invalid speed was received. Valid speeds must be in the range of [-65000, 1000] or [1000, 65000] 0xA3 160 mission\devices\IMTQHandler.h IMTQ_HANDLER RW_HANDLER mission/devices/RwHandler.h
18 0x55a4 0x56a1 IMTQ_InternalProcessingError RWHA_InvalidRampTime Action Message with invalid ramp time was received. 0xA4 161 mission\devices\IMTQHandler.h IMTQ_HANDLER RW_HANDLER mission/devices/RwHandler.h
19 0x55a5 0x56a2 IMTQ_RejectedWithoutReason RWHA_SetSpeedCommandInvalidLength Received set speed command has invalid length. Should be 6. 0xA5 162 mission\devices\IMTQHandler.h IMTQ_HANDLER RW_HANDLER mission/devices/RwHandler.h
20 0x55a6 0x56a3 IMTQ_CmdErrUnknown RWHA_ExecutionFailed Command execution failed 0xA6 163 mission\devices\IMTQHandler.h IMTQ_HANDLER RW_HANDLER mission/devices/RwHandler.h