cFE
cFE copied to clipboard
Fix #921, Update remaining cFE source/tests to use CFE_Status_t
Checklist
- [x] I reviewed the Contributing Guide.
- [x] I signed and emailed the appropriate Contributor License Agreement to [email protected] and copied [email protected].
Describe the contribution
- Fixes #921
- Remaining
int32return types converted toCFE_Status_t.
- Remaining
Testing performed GitHub CI actions (incl. Build + Run, Unit Tests etc.) all passing successfully.
Expected behavior changes
No change to behavior/logic- CFE_Status_t is currently typedef'd to int32, so no functional change to any types with this PR.
Synchronizing the return types to CFE_Status_t simplifies the code, and makes it more type-safe.
Contributor Info Avi Weiss @thnkslprpt
You have successfully added a new CodeQL configuration coding-standard. As part of the setup process, we have scanned this repository and found 1905 existing alerts. Please check the repository Security tab to see all alerts.
You have successfully added a new CodeQL configuration security. As part of the setup process, we have scanned this repository and found 29 existing alerts. Please check the repository Security tab to see all alerts.