nasa / CS

The Core Flight System (cFS) Checksum (CS) application.
Apache License 2.0
28 stars 25 forks source link

CS `int32` return codes and variables should be converted to `CFE_Status_t` #78

Closed thnkslprpt closed 1 year ago

thnkslprpt commented 1 year ago

Checklist

Describe the bug CS has quite a few return codes (and status/return variables holding return codes) that can be easily 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