Checklist (Please check before submitting)
Describe the bug
SC Headers Reference Data Store (DS) and Health and Safety (HS) apps.
I'm guessing this is a copy/paste error.
See the code snippets, below, for examples.
To Reproduce
Visual inspection.
Expected behavior
Comments accurately describe the code / module.
Code snips
Example from sc/fsw/inc/sc_eventids.h:
/**
* \brief DS No-op Command Event ID
*
* \par Type: INFORMATION
*
* \par Cause:
*
* This event signals the successful execution of an application NOOP
* command. The command is used primarily as an indicator that the DS
* application can receive commands and generate telemetry.
*/
#define SC_NOOP_INF_EID 31
Example from sc/fsw/inc/sc_events.h:
/**
* \brief HS Command Message Subscribe Failed Event ID
*
* \par Type: ERROR
*
* \par Cause:
* This event message is issued when #CFE_SB_Subscribe to the SC Command
* Request packet fails
*/
#define SC_INIT_SB_SUBSCRIBE_CMD_ERR_EID 6
System observed on:
Additional context
N/A
Reporter Info
Keegan Moore / NASA GSFC
Checklist (Please check before submitting)
Describe the bug
SC Headers Reference Data Store (DS) and Health and Safety (HS) apps.
I'm guessing this is a copy/paste error.
See the code snippets, below, for examples.
To Reproduce
Visual inspection.
Expected behavior
Comments accurately describe the code / module.
Code snips
Example from
sc/fsw/inc/sc_eventids.h:Example from
sc/fsw/inc/sc_events.h:System observed on:
Additional context
N/A
Reporter Info
Keegan Moore / NASA GSFC