Skip to content

Commit

Permalink
Fix nasa#1394, Remove shell file subtype and clarify scope
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed May 25, 2021
1 parent 8443a46 commit 6ce0230
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions modules/core_api/fsw/inc/cfe_fs_extern_typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@
#define CFE_FS_FILE_CONTENT_ID 0x63464531 /**< \brief Magic Number for cFE compliant files (= 'cFE1') */

/**
* @brief Label definitions associated with CFE_FS_SubType_Enum_t
* @brief File subtypes used within cFE
*
* This defines all the file subtypes used by cFE.
* Note apps can extend as needed but need to
* avoid conflicts (app context not currently included
* in the file header).
*/
enum CFE_FS_SubType
{
Expand Down Expand Up @@ -98,15 +103,6 @@ enum CFE_FS_SubType
*/
CFE_FS_SubType_ES_PERFDATA = 4,

/**
* @brief Executive Services Shell Response File
*
* Executive Services Shell Response Data File which is generated in response to a
* shell command.
*
*/
CFE_FS_SubType_ES_SHELL = 5,

/**
* @brief Executive Services Critical Data Store Registry Dump File
*
Expand Down

0 comments on commit 6ce0230

Please sign in to comment.