Skip to content

Commit ed928b0

Browse files
committed
Fix #52, Apply consistent Event ID names to common events
1 parent 69fc1b9 commit ed928b0

11 files changed

+100
-100
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

0 commit comments

Comments
 (0)