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. Various cleanup:
Document OUTPUT_DIRECTORY in generate_config_includefile parameter list: cFS-Caelum Review, CFS-40: ES, Resource ID, core api and private, and build system #1283 (comment)
OUTPUT_DIRECTORY
generate_config_includefile
cFE/cmake/global_functions.cmake
Lines 67 to 72 in e80aae9
Update parameter list in read_targetconfig: cFS-Caelum Review, CFS-40: ES, Resource ID, core api and private, and build system #1283 (comment)
read_targetconfig
Lines 134 to 144 in e80aae9
Add NULL termination documentation on config lists (autogenerated and added via build system):
cFE/cmake/target/src/target_config.c
Line 74 in e80aae9
Fix order of parameter documentation for CFE_ES_WaitForSystemState:
CFE_ES_WaitForSystemState
cFE/modules/core_api/fsw/inc/cfe_es.h
Lines 390 to 396 in e80aae9
Remove OBE child priority comment in CFE_ES_CreateChildTask, related to Update cFE Application Developers Guide (2 comments) #1033:
CFE_ES_CreateChildTask
Lines 797 to 798 in e80aae9
Improve generic counter documentation (example, purpose), really just a thread-safe counter capability (suggested at one point for CFDP throttling):
Line 1469 in e80aae9
Fix typos:
cFE/modules/es/fsw/src/cfe_es_api.c
Line 663 in e80aae9
Line 700 in e80aae9
Line 1943 in e80aae9
cFE/modules/es/fsw/src/cfe_es_apps.h
Line 192 in e80aae9
Add comment that NULL check is done by CFE_ES_GetAppInfo/CFE_ES_GetLibInfo:
Lines 1080 to 1084 in e80aae9
Document load library calls library entry function in ES context (must not halt, etc)
Remove obsolete comments:
cFE/modules/es/fsw/src/cfe_es_erlog.c
Lines 254 to 257 in e80aae9
Replace obsolete comments, generically "for initializing and starting cfe"
cFE/modules/es/fsw/src/cfe_es_objtab.c
Line 26 in e80aae9
s/read/printed/
cFE/modules/es/fsw/src/cfe_es_start.c
Line 99 in e80aae9
Describe the solution you'd like Fix
Describe alternatives you've considered None
Additional context From CFS-40 and #1283 code review
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#1306, ES/ResourceID documentation cleanup
1ff2168
542e451
Merge pull request #1610 from skliper/fix1306-es_rid_comments
1ecd8b4
Fix #1306, ES/ResourceID documentation cleanup
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Various cleanup:
Document
OUTPUT_DIRECTORY
ingenerate_config_includefile
parameter list: cFS-Caelum Review, CFS-40: ES, Resource ID, core api and private, and build system #1283 (comment)cFE/cmake/global_functions.cmake
Lines 67 to 72 in e80aae9
Update parameter list in
read_targetconfig
: cFS-Caelum Review, CFS-40: ES, Resource ID, core api and private, and build system #1283 (comment)cFE/cmake/global_functions.cmake
Lines 134 to 144 in e80aae9
Add NULL termination documentation on config lists (autogenerated and added via build system):
cFE/cmake/target/src/target_config.c
Line 74 in e80aae9
Fix order of parameter documentation for
CFE_ES_WaitForSystemState
:cFE/modules/core_api/fsw/inc/cfe_es.h
Lines 390 to 396 in e80aae9
Remove OBE child priority comment in
CFE_ES_CreateChildTask
, related to Update cFE Application Developers Guide (2 comments) #1033:cFE/modules/core_api/fsw/inc/cfe_es.h
Lines 797 to 798 in e80aae9
Improve generic counter documentation (example, purpose), really just a thread-safe counter capability (suggested at one point for CFDP throttling):
cFE/modules/core_api/fsw/inc/cfe_es.h
Line 1469 in e80aae9
Fix typos:
cFE/modules/es/fsw/src/cfe_es_api.c
Line 663 in e80aae9
cFE/modules/es/fsw/src/cfe_es_api.c
Line 700 in e80aae9
cFE/modules/es/fsw/src/cfe_es_api.c
Line 1943 in e80aae9
cFE/modules/es/fsw/src/cfe_es_apps.h
Line 192 in e80aae9
Add comment that NULL check is done by CFE_ES_GetAppInfo/CFE_ES_GetLibInfo:
cFE/modules/es/fsw/src/cfe_es_api.c
Lines 1080 to 1084 in e80aae9
Document load library calls library entry function in ES context (must not halt, etc)
Remove obsolete comments:
cFE/modules/es/fsw/src/cfe_es_erlog.c
Lines 254 to 257 in e80aae9
Replace obsolete comments, generically "for initializing and starting cfe"
cFE/modules/es/fsw/src/cfe_es_objtab.c
Line 26 in e80aae9
s/read/printed/
cFE/modules/es/fsw/src/cfe_es_start.c
Line 99 in e80aae9
Describe the solution you'd like
Fix
Describe alternatives you've considered
None
Additional context
From CFS-40 and #1283 code review
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: