Skip to content

Commit de94f05

Browse files
committed
Fix #52, Apply consistent Event ID names to common events
1 parent d9c1034 commit de94f05

11 files changed

+60
-60
lines changed

fsw/inc/cs_events.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
/**
5555
* \brief CS Reset Counters Command Event ID
5656
*
57-
* \par Type: DEBUG
57+
* \par Type: INFORMATION
5858
*
5959
* \par Cause:
6060
*
6161
* This event message is issued when a reset counters command has been received.
6262
*/
63-
#define CS_RESET_DBG_EID 3
63+
#define CS_RESET_INF_EID 3
6464

6565
/**
6666
* \brief CS Disable Checksumming Command Event ID
@@ -451,7 +451,7 @@
451451
* This event message is issued when a software bus message is received
452452
* with an invalid command code.
453453
*/
454-
#define CS_CC1_ERR_EID 34
454+
#define CS_CC_ERR_EID 34
455455

456456
/**
457457
* \brief CS App Termination Event ID
@@ -475,7 +475,7 @@
475475
* This event message is issued when command message is received with a message
476476
* length that doesn't match the expected value.
477477
*/
478-
#define CS_LEN_ERR_EID 36
478+
#define CS_CMD_LEN_ERR_EID 36
479479

480480
/**********************************************************************/
481481
/*EEPROM Commands */
@@ -1466,7 +1466,7 @@
14661466
*
14671467
* This event message is issued when CFE_SB_CreatePipe fails for the command pipe
14681468
*/
1469-
#define CS_INIT_SB_CREATE_ERR_EID 112
1469+
#define CS_CR_PIPE_ERR_EID 112
14701470

14711471
/**
14721472
* \brief CS Software Bus Subscribe To Housekeeping Failed Event ID

fsw/inc/cs_msgdefs.h

+41-41
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* - Command packet length not as expected
5454
*
5555
* \par Evidence of failure may be found in the following telemetry:
56-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
56+
* - #CS_HkPacket_t.CmdErrCounter will increment
5757
* - Error specific event message #CS_LEN_ERR_EID
5858
*
5959
* \par Criticality
@@ -75,8 +75,8 @@
7575
* \par Command Verification
7676
* Successful execution of this command may be verified with
7777
* the following telemetry:
78-
* - #CS_HkPacket_Payload_t.CmdCounter will be cleared
79-
* - #CS_HkPacket_Payload_t.CmdErrCounter will be cleared
78+
* - #CS_HkPacket_t.CmdCounter will be cleared
79+
* - #CS_HkPacket_t.CmdErrCounter will be cleared
8080
* - The #CS_RESET_DBG_EID informational event message will be
8181
* generated when the command is executed
8282
*
@@ -85,7 +85,7 @@
8585
* - Command packet length not as expected
8686
*
8787
* \par Evidence of failure may be found in the following telemetry:
88-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
88+
* - #CS_HkPacket_t.CmdErrCounter will increment
8989
* - Error specific event message #CS_LEN_ERR_EID
9090
*
9191
* \par Criticality
@@ -127,7 +127,7 @@
127127
* - The child task failed to be created
128128
*
129129
* \par Evidence of failure may be found in the following telemetry:
130-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
130+
* - #CS_HkPacket_t.CmdErrCounter will increment
131131
* - Error specific event message #CS_LEN_ERR_EID
132132
* - Error specific event message #CS_ONESHOT_MEMVALIDATE_ERR_EID
133133
* - Error specific event message #CS_ONESHOT_CHDTASK_ERR_EID
@@ -169,7 +169,7 @@
169169
* - The child task could not be deleted
170170
*
171171
* \par Evidence of failure may be found in the following telemetry:
172-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
172+
* - #CS_HkPacket_t.CmdErrCounter will increment
173173
* - Error specific event message #CS_LEN_ERR_EID
174174
* - Error specific event message #CS_ONESHOT_CANCEL_NO_CHDTASK_ERR_EID
175175
* - Error specific event message #CS_ONESHOT_CANCEL_DELETE_CHDTASK_ERR_EID
@@ -203,7 +203,7 @@
203203
* - Command packet length not as expected
204204
*
205205
* \par Evidence of failure may be found in the following telemetry:
206-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
206+
* - #CS_HkPacket_t.CmdErrCounter will increment
207207
* - Error specific event message #CS_LEN_ERR_EID
208208
*
209209
* \par Criticality
@@ -235,7 +235,7 @@
235235
* - Command packet length not as expected
236236
*
237237
* \par Evidence of failure may be found in the following telemetry:
238-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
238+
* - #CS_HkPacket_t.CmdErrCounter will increment
239239
* - Error specific event message #CS_LEN_ERR_EID
240240
*
241241
* \par Criticality
@@ -267,7 +267,7 @@
267267
* - Command packet length not as expected
268268
*
269269
* \par Evidence of failure may be found in the following telemetry:
270-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
270+
* - #CS_HkPacket_t.CmdErrCounter will increment
271271
* - Error specific event message #CS_LEN_ERR_EID
272272
*
273273
* \par Criticality
@@ -299,7 +299,7 @@
299299
* - Command packet length not as expected
300300
*
301301
* \par Evidence of failure may be found in the following telemetry:
302-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
302+
* - #CS_HkPacket_t.CmdErrCounter will increment
303303
* - Error specific event message #CS_LEN_ERR_EID
304304
*
305305
* \par Criticality
@@ -333,7 +333,7 @@
333333
* - Command packet length not as expected
334334
*
335335
* \par Evidence of failure may be found in the following telemetry:
336-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
336+
* - #CS_HkPacket_t.CmdErrCounter will increment
337337
* - Error specific event message #CS_LEN_ERR_EID
338338
*
339339
* \par Criticality
@@ -368,7 +368,7 @@
368368
* - The child task failed to be created by Executive Services (ES)
369369
*
370370
* \par Evidence of failure may be found in the following telemetry:
371-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
371+
* - #CS_HkPacket_t.CmdErrCounter will increment
372372
* - Error specific event message #CS_LEN_ERR_EID
373373
* - Error specific event message #CS_RECOMPUTE_CFECORE_CREATE_CHDTASK_ERR_EID
374374
* - Error specific event message #CS_RECOMPUTE_CFECORE_CHDTASK_ERR_EID
@@ -406,9 +406,9 @@
406406
* - Command packet length not as expected
407407
*
408408
* \par Evidence of failure may be found in the following telemetry:
409-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
409+
* - #CS_HkPacket_t.CmdErrCounter will increment
410410
* - Error specific event message #CS_LEN_ERR_EID
411-
* - #CS_HkPacket_Payload_t.OSCSState set to #CS_STATE_ENABLED
411+
* - #CS_HkPacket_t.OSCSState set to #CS_STATE_ENABLED
412412
*
413413
* \par Criticality
414414
* None
@@ -439,7 +439,7 @@
439439
* - Command packet length not as expected
440440
*
441441
* \par Evidence of failure may be found in the following telemetry:
442-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
442+
* - #CS_HkPacket_t.CmdErrCounter will increment
443443
* - Error specific event message #CS_LEN_ERR_EID
444444
*
445445
* \par Criticality
@@ -473,7 +473,7 @@
473473
* - Command packet length not as expected
474474
*
475475
* \par Evidence of failure may be found in the following telemetry:
476-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
476+
* - #CS_HkPacket_t.CmdErrCounter will increment
477477
* - Error specific event message #CS_LEN_ERR_EID
478478
*
479479
* \par Criticality
@@ -507,7 +507,7 @@
507507
* - The child task failed to be created by Executive Services (ES)
508508
*
509509
* \par Evidence of failure may be found in the following telemetry:
510-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
510+
* - #CS_HkPacket_t.CmdErrCounter will increment
511511
* - Error specific event message #CS_LEN_ERR_EID
512512
* - Error specific event message #CS_RECOMPUTE_OS_CREATE_CHDTASK_ERR_EID
513513
* - Error specific event message #CS_RECOMPUTE_OS_CHDTASK_ERR_EID
@@ -545,7 +545,7 @@
545545
* - Command packet length not as expected
546546
*
547547
* \par Evidence of failure may be found in the following telemetry:
548-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
548+
* - #CS_HkPacket_t.CmdErrCounter will increment
549549
* - Error specific event message #CS_LEN_ERR_EID
550550
*
551551
* \par Criticality
@@ -577,7 +577,7 @@
577577
* - Command packet length not as expected
578578
*
579579
* \par Evidence of failure may be found in the following telemetry:
580-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
580+
* - #CS_HkPacket_t.CmdErrCounter will increment
581581
* - Error specific event message #CS_LEN_ERR_EID
582582
*
583583
* \par Criticality
@@ -612,7 +612,7 @@
612612
* - The command specified Entry ID is invalid
613613
*
614614
* \par Evidence of failure may be found in the following telemetry:
615-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
615+
* - #CS_HkPacket_t.CmdErrCounter will increment
616616
* - Error specific event message #CS_LEN_ERR_EID
617617
* - Error specific event message #CS_BASELINE_INVALID_ENTRY_EEPROM_ERR_EID
618618
*
@@ -652,7 +652,7 @@
652652
* - The child task failed to be created by Executive Services (ES)
653653
*
654654
* \par Evidence of failure may be found in the following telemetry:
655-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
655+
* - #CS_HkPacket_t.CmdErrCounter will increment
656656
* - Error specific event message #CS_LEN_ERR_EID
657657
* - Error specific event message #CS_RECOMPUTE_INVALID_ENTRY_EEPROM_ERR_EID
658658
* - Error specific event message #CS_RECOMPUTE_EEPROM_CREATE_CHDTASK_ERR_EID
@@ -692,7 +692,7 @@
692692
* - Command specified entry was invalid
693693
*
694694
* \par Evidence of failure may be found in the following telemetry:
695-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
695+
* - #CS_HkPacket_t.CmdErrCounter will increment
696696
* - Error specific event message #CS_LEN_ERR_EID
697697
* - Error specific event message #CS_ENABLE_EEPROM_INVALID_ENTRY_ERR_EID
698698
*
@@ -725,7 +725,7 @@
725725
* - Command specified entry was invalid
726726
*
727727
* \par Evidence of failure may be found in the following telemetry:
728-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
728+
* - #CS_HkPacket_t.CmdErrCounter will increment
729729
* - Error specific event message #CS_LEN_ERR_EID
730730
* - Error specific event message #CS_DISABLE_EEPROM_INVALID_ENTRY_ERR_EID
731731
*
@@ -759,7 +759,7 @@
759759
* - Command specified address was not found in the table
760760
*
761761
* \par Evidence of failure may be found in the following telemetry:
762-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
762+
* - #CS_HkPacket_t.CmdErrCounter will increment
763763
* - Error specific event message #CS_LEN_ERR_EID
764764
* - Error specific event message #CS_GET_ENTRY_ID_EEPROM_NOT_FOUND_INF_EID
765765
*
@@ -790,7 +790,7 @@
790790
* - Command packet length not as expected
791791
*
792792
* \par Evidence of failure may be found in the following telemetry:
793-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
793+
* - #CS_HkPacket_t.CmdErrCounter will increment
794794
* - Error specific event message #CS_LEN_ERR_EID
795795
*
796796
* \par Criticality
@@ -822,7 +822,7 @@
822822
* - Command packet length not as expected
823823
*
824824
* \par Evidence of failure may be found in the following telemetry:
825-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
825+
* - #CS_HkPacket_t.CmdErrCounter will increment
826826
* - Error specific event message #CS_LEN_ERR_EID
827827
*
828828
* \par Criticality
@@ -857,7 +857,7 @@
857857
* - The command specified Entry ID is invalid
858858
*
859859
* \par Evidence of failure may be found in the following telemetry:
860-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
860+
* - #CS_HkPacket_t.CmdErrCounter will increment
861861
* - Error specific event message #CS_LEN_ERR_EID
862862
* - Error specific event message #CS_BASELINE_INVALID_ENTRY_MEMORY_ERR_EID
863863
*
@@ -896,7 +896,7 @@
896896
* - The child task failed to be created by Executive Services (ES)
897897
*
898898
* \par Evidence of failure may be found in the following telemetry:
899-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
899+
* - #CS_HkPacket_t.CmdErrCounter will increment
900900
* - Error specific event message #CS_LEN_ERR_EID
901901
* - Error specific event message #CS_RECOMPUTE_INVALID_ENTRY_MEMORY_ERR_EID
902902
* - Error specific event message #CS_RECOMPUTE_MEMORY_CREATE_CHDTASK_ERR_EID
@@ -936,7 +936,7 @@
936936
* - Command specified entry was invalid
937937
*
938938
* \par Evidence of failure may be found in the following telemetry:
939-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
939+
* - #CS_HkPacket_t.CmdErrCounter will increment
940940
* - Error specific event message #CS_LEN_ERR_EID
941941
* - Error specific event message #CS_ENABLE_MEMORY_INVALID_ENTRY_ERR_EID
942942
*
@@ -969,7 +969,7 @@
969969
* - Command specified entry was invalid
970970
*
971971
* \par Evidence of failure may be found in the following telemetry:
972-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
972+
* - #CS_HkPacket_t.CmdErrCounter will increment
973973
* - Error specific event message #CS_LEN_ERR_EID
974974
* - Error specific event message #CS_DISABLE_MEMORY_INVALID_ENTRY_ERR_EID
975975
*
@@ -1003,7 +1003,7 @@
10031003
* - Command specified address was not found in the table
10041004
*
10051005
* \par Evidence of failure may be found in the following telemetry:
1006-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1006+
* - #CS_HkPacket_t.CmdErrCounter will increment
10071007
* - Error specific event message #CS_LEN_ERR_EID
10081008
* - Error specific event message #CS_GET_ENTRY_ID_MEMORY_NOT_FOUND_INF_EID
10091009
*
@@ -1035,7 +1035,7 @@
10351035
* - Command packet length not as expected
10361036
*
10371037
* \par Evidence of failure may be found in the following telemetry:
1038-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1038+
* - #CS_HkPacket_t.CmdErrCounter will increment
10391039
* - Error specific event message #CS_LEN_ERR_EID
10401040
*
10411041
* \par Criticality
@@ -1067,7 +1067,7 @@
10671067
* - Command packet length not as expected
10681068
*
10691069
* \par Evidence of failure may be found in the following telemetry:
1070-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1070+
* - #CS_HkPacket_t.CmdErrCounter will increment
10711071
* - Error specific event message #CS_LEN_ERR_EID
10721072
*
10731073
* \par Criticality
@@ -1102,7 +1102,7 @@
11021102
* - The command specified able name is invalid
11031103
*
11041104
* \par Evidence of failure may be found in the following telemetry:
1105-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1105+
* - #CS_HkPacket_t.CmdErrCounter will increment
11061106
* - Error specific event message #CS_LEN_ERR_EID
11071107
* - Error specific event message #CS_BASELINE_INVALID_NAME_TABLES_ERR_EID
11081108
*
@@ -1147,7 +1147,7 @@
11471147
* - The child task failed to be created by Executive Services (ES)
11481148
*
11491149
* \par Evidence of failure may be found in the following telemetry:
1150-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1150+
* - #CS_HkPacket_t.CmdErrCounter will increment
11511151
* - Error specific event message #CS_LEN_ERR_EID
11521152
* - Error specific event message #CS_RECOMPUTE_UNKNOWN_NAME_TABLES_ERR_EID
11531153
* - Error specific event message #CS_RECOMPUTE_TABLES_CREATE_CHDTASK_ERR_EID
@@ -1187,7 +1187,7 @@
11871187
* - Command specified table name was invalid
11881188
*
11891189
* \par Evidence of failure may be found in the following telemetry:
1190-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1190+
* - #CS_HkPacket_t.CmdErrCounter will increment
11911191
* - Error specific event message #CS_LEN_ERR_EID
11921192
* - Error specific event message #CS_ENABLE_TABLES_UNKNOWN_NAME_ERR_EID
11931193
*
@@ -1253,7 +1253,7 @@
12531253
* - Command packet length not as expected
12541254
*
12551255
* \par Evidence of failure may be found in the following telemetry:
1256-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1256+
* - #CS_HkPacket_t.CmdErrCounter will increment
12571257
* - Error specific event message #CS_LEN_ERR_EID
12581258
*
12591259
* \par Criticality
@@ -1285,7 +1285,7 @@
12851285
* - Command packet length not as expected
12861286
*
12871287
* \par Evidence of failure may be found in the following telemetry:
1288-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1288+
* - #CS_HkPacket_t.CmdErrCounter will increment
12891289
* - Error specific event message #CS_LEN_ERR_EID
12901290
*
12911291
* \par Criticality
@@ -1320,7 +1320,7 @@
13201320
* - The command specified able name is invalid
13211321
*
13221322
* \par Evidence of failure may be found in the following telemetry:
1323-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1323+
* - #CS_HkPacket_t.CmdErrCounter will increment
13241324
* - Error specific event message #CS_LEN_ERR_EID
13251325
* - Error specific event message #CS_BASELINE_INVALID_NAME_APP_ERR_EID
13261326
*
@@ -1359,7 +1359,7 @@
13591359
* - The child task failed to be created by Executive Services (ES)
13601360
*
13611361
* \par Evidence of failure may be found in the following telemetry:
1362-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1362+
* - #CS_HkPacket_t.CmdErrCounter will increment
13631363
* - Error specific event message #CS_LEN_ERR_EID
13641364
* - Error specific event message #CS_RECOMPUTE_UNKNOWN_NAME_APP_ERR_EID
13651365
* - Error specific event message #CS_RECOMPUTE_APP_CREATE_CHDTASK_ERR_EID
@@ -1399,7 +1399,7 @@
13991399
* - Command specified app name was invalid
14001400
*
14011401
* \par Evidence of failure may be found in the following telemetry:
1402-
* - #CS_HkPacket_Payload_t.CmdErrCounter will increment
1402+
* - #CS_HkPacket_t.CmdErrCounter will increment
14031403
* - Error specific event message #CS_LEN_ERR_EID
14041404
* - Error specific event message #CS_ENABLE_APP_UNKNOWN_NAME_ERR_EID
14051405
*

0 commit comments

Comments
 (0)