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
CFE_Status_t
Checklist
Describe the bug sample_app has a few remaining int32 variables and return codes that can be converted over to the CFE_Status_t typedef.
int32
Expected behavior Use the more expressive CFE_Status_t and improve consistency with cFS.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#217, Convert remaining int32 CFE status variables to `CFE_…
6bf6b80
…Status_t`
Merge pull request #218 from thnkslprpt:fix-217-convert-int32-cfe-var…
2cfa23f
…iables-to-CFE_Status_t Fix #217, Convert remaining int32 CFE status variables to CFE_Status_t
1e903fb
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
sample_app has a few remaining
int32
variables and return codes that can be converted over to theCFE_Status_t
typedef.Expected behavior
Use the more expressive
CFE_Status_t
and improve consistency with cFS.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: