diff --git a/modules/core_api/fsw/inc/cfe_fs_extern_typedefs.h b/modules/core_api/fsw/inc/cfe_fs_extern_typedefs.h index d1780b544..89c3e9db5 100644 --- a/modules/core_api/fsw/inc/cfe_fs_extern_typedefs.h +++ b/modules/core_api/fsw/inc/cfe_fs_extern_typedefs.h @@ -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 { @@ -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 *