fsfwgen update #267

Merged
muellerr merged 4 commits from mueller/gen-update into develop 2022-06-21 10:40:16 +02:00
7 changed files with 8 additions and 6 deletions
Showing only changes of commit 53e556d0b3 - Show all commits

View File

@ -1,3 +1,4 @@
Event ID (dec); Event ID (hex); Name; Severity; Description; File Path
2200;0x0898;STORE_SEND_WRITE_FAILED;LOW;;fsfw/src/fsfw/tmstorage/TmStoreBackendIF.h
2201;0x0899;STORE_WRITE_FAILED;LOW;;fsfw/src/fsfw/tmstorage/TmStoreBackendIF.h
2202;0x089a;STORE_SEND_READ_FAILED;LOW;;fsfw/src/fsfw/tmstorage/TmStoreBackendIF.h

1 2200 Event ID (dec) 0x0898 Event ID (hex) STORE_SEND_WRITE_FAILED Name LOW Severity Description fsfw/src/fsfw/tmstorage/TmStoreBackendIF.h File Path
1 Event ID (dec) Event ID (hex) Name Severity Description File Path
2 2200 2200 0x0898 0x0898 STORE_SEND_WRITE_FAILED STORE_SEND_WRITE_FAILED LOW LOW fsfw/src/fsfw/tmstorage/TmStoreBackendIF.h
3 2201 2201 0x0899 0x0899 STORE_WRITE_FAILED STORE_WRITE_FAILED LOW LOW fsfw/src/fsfw/tmstorage/TmStoreBackendIF.h
4 2202 2202 0x089a 0x089a STORE_SEND_READ_FAILED STORE_SEND_READ_FAILED LOW LOW fsfw/src/fsfw/tmstorage/TmStoreBackendIF.h

View File

@ -1,3 +1,4 @@
Full ID (hex); Name; Description; Unique ID; Subsytem Name; File Path
0x0000;OK;System-wide code for ok.;0;HasReturnvaluesIF;fsfw/returnvalues/HasReturnvaluesIF.h
0x0001;Failed;Unspecified system-wide code for failed.;1;HasReturnvaluesIF;fsfw/returnvalues/HasReturnvaluesIF.h
0x64a0;CCSDS_CommandNotImplemented;Received action message with unknown action id;160;CCSDS_HANDLER;mission/tmtc/CCSDSHandler.h
@ -14,7 +15,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 Full ID (hex) OK Name System-wide code for ok. Description RETURN_OK Unique ID HasReturnvaluesIF.h Subsytem Name HasReturnvaluesIF File Path
1 Full ID (hex) Name Description Unique ID Subsytem Name File Path
2 0x0 0x0000 OK OK System-wide code for ok. System-wide code for ok. RETURN_OK 0 HasReturnvaluesIF.h HasReturnvaluesIF HasReturnvaluesIF fsfw/returnvalues/HasReturnvaluesIF.h
3 0x1 0x0001 Failed Failed Unspecified system-wide code for failed. Unspecified system-wide code for failed. RETURN_FAILED 1 HasReturnvaluesIF.h HasReturnvaluesIF HasReturnvaluesIF fsfw/returnvalues/HasReturnvaluesIF.h
4 0x67a0 0x64a0 NVMB_KeyNotExists CCSDS_CommandNotImplemented Specified key does not exist in json file Received action message with unknown action id 0xA0 160 mission/memory/NVMParameterBase.h CCSDS_HANDLER NVM_PARAM_BASE mission/tmtc/CCSDSHandler.h
15 0x54a2 0x56b4 SYRLINKS_BadCharacterAck RWHA_MissingEndSign HDLC decoding mechanism never receives the end sign 0x7E 0xA2 180 mission/devices/SyrlinksHkHandler.h RW_HANDLER SYRLINKS_HANDLER mission/devices/RwHandler.h
16 0x54a3 0x56b5 SYRLINKS_BadParameterValueAck RWHA_NoReply Reaction wheel only responds with empty frames. 0xA3 181 mission/devices/SyrlinksHkHandler.h RW_HANDLER SYRLINKS_HANDLER mission/devices/RwHandler.h
17 0x54a4 0x56b6 SYRLINKS_BadEndOfFrameAck RWHA_NoStartMarker Expected a start marker as first byte 0xA4 182 mission/devices/SyrlinksHkHandler.h RW_HANDLER SYRLINKS_HANDLER mission/devices/RwHandler.h
18 0x54a5 0x56a0 SYRLINKS_UnknownCommandIdAck RWHA_InvalidSpeed Action Message with invalid speed was received. Valid speeds must be in the range of [-65000, 1000] or [1000, 65000] 0xA5 160 mission/devices/SyrlinksHkHandler.h RW_HANDLER SYRLINKS_HANDLER mission/devices/RwHandler.h
19 0x54a6 0x56a1 SYRLINKS_BadCrcAck RWHA_InvalidRampTime Action Message with invalid ramp time was received. 0xA6 161 mission/devices/SyrlinksHkHandler.h RW_HANDLER SYRLINKS_HANDLER mission/devices/RwHandler.h
20 0x54a7 0x56a2 SYRLINKS_ReplyWrongSize RWHA_SetSpeedCommandInvalidLength Received set speed command has invalid length. Should be 6. 0xA7 162 mission/devices/SyrlinksHkHandler.h RW_HANDLER SYRLINKS_HANDLER mission/devices/RwHandler.h
21 0x54a8 0x56a3 SYRLINKS_MissingStartFrameCharacter RWHA_ExecutionFailed Command execution failed 0xA8 163 mission/devices/SyrlinksHkHandler.h RW_HANDLER SYRLINKS_HANDLER mission/devices/RwHandler.h

@ -1 +1 @@
Subproject commit a2e0c4f98ef98772fbb1b7b0ef673b02271258fb
Subproject commit a5dee6e41749508a85842a931e6f1d210aee2031

View File

@ -1,7 +1,7 @@
/**
* @brief Auto-generated event translation file. Contains 207 translations.
* @details
* Generated on: 2022-06-21 00:56:47
* Generated on: 2022-06-21 01:20:13
*/
#include "translateEvents.h"

View File

@ -80,7 +80,7 @@ VALUES(?,?,?,?,?)
def parse_returnvalues():
returnvalue_table = generate_returnvalue_table()
if EXPORT_TO_FILE:
ReturnValueParser.export_to_file(
ReturnValueParser.export_to_csv(
CSV_RETVAL_FILENAME, returnvalue_table, FILE_SEPARATOR
)
if COPY_CSV_FILE:

View File

@ -1,7 +1,7 @@
/**
* @brief Auto-generated event translation file. Contains 207 translations.
* @details
* Generated on: 2022-06-21 00:56:47
* Generated on: 2022-06-21 01:20:13
*/
#include "translateEvents.h"

2
tmtc

@ -1 +1 @@
Subproject commit 286ec254458d78a812c666ba2be7dbbefe77051d
Subproject commit eced453886859b1dd3daf0943eda2835acdfa71c