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
Checklist
Describe the bug All of the housekeeping struct members except NumOpenFiles are duplicated (identically) in the global struct.
NumOpenFiles
Code snips
FM/fsw/inc/fm_msg.h
Lines 547 to 563 in e7afedc
FM/fsw/src/fm_app.h
Lines 66 to 79 in e7afedc
Expected behavior Consolidate duplicated struct members to only exist (and be updated/accessed) in the housekeeping struct.
This more parsimonious approach is taken by several of the apps (CF, CS, MM, SC) as well as EVS and SB in the cFE.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#106, Consolidate HK variables that are duplicated in the global
85a64a7
struct
03da887
c05eee0
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
All of the housekeeping struct members except
NumOpenFiles
are duplicated (identically) in the global struct.Code snips
FM/fsw/inc/fm_msg.h
Lines 547 to 563 in e7afedc
FM/fsw/src/fm_app.h
Lines 66 to 79 in e7afedc
Expected behavior
Consolidate duplicated struct members to only exist (and be updated/accessed) in the housekeeping struct.
This more parsimonious approach is taken by several of the apps (CF, CS, MM, SC) as well as EVS and SB in the cFE.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: