We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. CFE_FS_ReadHeader parameter descriptions out of order:
CFE_FS_ReadHeader
cFE/modules/core_api/fsw/inc/cfe_fs.h
Lines 60 to 72 in e80aae9
"primary header" not clear in CFE_FS_Header_t description, really it's the size of this header so tools can be agnostic:
CFE_FS_Header_t
cFE/modules/core_api/fsw/inc/cfe_fs_extern_typedefs.h
Line 216 in e80aae9
s/Kog/Log/:
cFE/modules/core_private/fsw/inc/cfe_evs_log_typedef.h
Line 43 in e80aae9
Typo, but could also just simplify: Get null terminated name for reporting, example below but in 10 copy/paste locations:
cFE/modules/evs/fsw/src/cfe_evs_task.c
Line 752 in 73c338d
Describe the solution you'd like Fix.
Describe alternatives you've considered None
Additional context Code review
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#1391, EVS/FS documentation cleanup
b9aa9ca
Merge pull request #1576 from skliper/fix1391-evs_fs_doc_cleanup
de3af04
Fix #1391, EVS/FS documentation cleanup
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
CFE_FS_ReadHeader
parameter descriptions out of order:cFE/modules/core_api/fsw/inc/cfe_fs.h
Lines 60 to 72 in e80aae9
"primary header" not clear in
CFE_FS_Header_t
description, really it's the size of this header so tools can be agnostic:cFE/modules/core_api/fsw/inc/cfe_fs_extern_typedefs.h
Line 216 in e80aae9
s/Kog/Log/:
cFE/modules/core_private/fsw/inc/cfe_evs_log_typedef.h
Line 43 in e80aae9
Typo, but could also just simplify: Get null terminated name for reporting, example below but in 10 copy/paste locations:
cFE/modules/evs/fsw/src/cfe_evs_task.c
Line 752 in 73c338d
Describe the solution you'd like
Fix.
Describe alternatives you've considered
None
Additional context
Code review
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: