new events

This commit is contained in:
Robin Müller 2023-03-10 21:01:25 +01:00
parent 26cd265e19
commit cd0fd4d5a7
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 6 additions and 5 deletions

View File

@ -270,8 +270,9 @@ Event ID (dec); Event ID (hex); Name; Severity; Description; File Path
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
14301;0x37dd;FILE_TOO_LARGE;LOW;File in store too large. P1: Detected file size P2: Allowed file size;mission/persistentTmStoreDefs.h
14302;0x37de;BUSY_DUMPING_EVENT;INFO;No description;mission/persistentTmStoreDefs.h
14303;0x37df;DUMP_OK_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h
14304;0x37e0;DUMP_NOK_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h
14305;0x37e1;DUMP_MISC_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h
14306;0x37e2;DUMP_HK_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h
14307;0x37e3;DUMP_CFDP_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h
14303;0x37df;DUMP_WAS_CANCELLED;LOW;Dump was cancelled. P1: Object ID of store.;mission/persistentTmStoreDefs.h
14305;0x37e1;DUMP_OK_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h
14306;0x37e2;DUMP_NOK_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h
14307;0x37e3;DUMP_MISC_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h
14308;0x37e4;DUMP_HK_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h
14309;0x37e5;DUMP_CFDP_STORE_DONE;INFO;P1: Start time as UNIX seconds. P2: End time as UNIX seconds.;mission/persistentTmStoreDefs.h

1 Event ID (dec) Event ID (hex) Name Severity Description File Path
270 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
271 14301 0x37dd FILE_TOO_LARGE LOW File in store too large. P1: Detected file size P2: Allowed file size mission/persistentTmStoreDefs.h
272 14302 0x37de BUSY_DUMPING_EVENT INFO No description mission/persistentTmStoreDefs.h
273 14303 0x37df DUMP_OK_STORE_DONE DUMP_WAS_CANCELLED INFO LOW P1: Start time as UNIX seconds. P2: End time as UNIX seconds. Dump was cancelled. P1: Object ID of store. mission/persistentTmStoreDefs.h
274 14304 14305 0x37e0 0x37e1 DUMP_NOK_STORE_DONE DUMP_OK_STORE_DONE INFO P1: Start time as UNIX seconds. P2: End time as UNIX seconds. mission/persistentTmStoreDefs.h
275 14305 14306 0x37e1 0x37e2 DUMP_MISC_STORE_DONE DUMP_NOK_STORE_DONE INFO P1: Start time as UNIX seconds. P2: End time as UNIX seconds. mission/persistentTmStoreDefs.h
276 14306 14307 0x37e2 0x37e3 DUMP_HK_STORE_DONE DUMP_MISC_STORE_DONE INFO P1: Start time as UNIX seconds. P2: End time as UNIX seconds. mission/persistentTmStoreDefs.h
277 14307 14308 0x37e3 0x37e4 DUMP_CFDP_STORE_DONE DUMP_HK_STORE_DONE INFO P1: Start time as UNIX seconds. P2: End time as UNIX seconds. mission/persistentTmStoreDefs.h
278 14309 0x37e5 DUMP_CFDP_STORE_DONE INFO P1: Start time as UNIX seconds. P2: End time as UNIX seconds. mission/persistentTmStoreDefs.h