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
Result
CS_ComputeApp()
Checklist
Describe the bug The Result variable in CS_ComputeApp() duplicates statuses that are already stored in ResultGetResourceID and ResultGetResourceInfo.
ResultGetResourceID
ResultGetResourceInfo
Code snips
CS/fsw/src/cs_compute.c
Lines 307 to 432 in f958cc0
Expected behavior Function could be simplified by removing the Result variable and using ResultGetResourceID and ResultGetResourceInfo directly.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#103, Simplify CS_ComputeApp by removing redundant Result
CS_ComputeApp
cef2995
variable
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
The
Result
variable inCS_ComputeApp()
duplicates statuses that are already stored inResultGetResourceID
andResultGetResourceInfo
.Code snips
CS/fsw/src/cs_compute.c
Lines 307 to 432 in f958cc0
Expected behavior
Function could be simplified by removing the
Result
variable and usingResultGetResourceID
andResultGetResourceInfo
directly.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: