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
bool
Checklist
Describe the bug There are a few variables in CS represented by integers when they only ever hold boolean true/false values.
true
false
Code snips
CS/fsw/inc/cs_tbldefs.h
Line 84 in bd4dd1c
CS/fsw/inc/cs_msg.h
Lines 51 to 52 in bd4dd1c
Expected behavior Integers representing boolean truth values should be converted bool - this makes the intent clearer and improves maintainability.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#82, Convert integers holding boolean truth values to bool
3d8269d
f28181d
aa585b7
cabac30
Merge pull request #83 from thnkslprpt/fix-82-convert-boolean-integer…
f29e12d
…s-to-bool Fix #82, Convert integers holding boolean truth values to `bool`
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
There are a few variables in CS represented by integers when they only ever hold boolean
true
/false
values.Code snips
CS/fsw/inc/cs_tbldefs.h
Line 84 in bd4dd1c
CS/fsw/inc/cs_msg.h
Lines 51 to 52 in bd4dd1c
Expected behavior
Integers representing boolean truth values should be converted
bool
- this makes the intent clearer and improves maintainability.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: