nasa / sample_app

The Core Flight System (cFS) Sample App (sample_app)
Apache License 2.0
49 stars 43 forks source link

Remaining int32 CFE status variables should be converted to `CFE_Status_t` #217

Closed thnkslprpt closed 8 months ago

thnkslprpt commented 12 months ago

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.

Expected behavior Use the more expressive CFE_Status_t and improve consistency with cFS.

Reporter Info Avi Weiss @thnkslprpt