nasa / MD

The Core Flight System (cFS) Memory Dwell (MD) application.
Apache License 2.0
25 stars 18 forks source link

MD `int32` return codes and variables should be converted to `CFE_Status_t` #50

Closed thnkslprpt closed 1 year ago

thnkslprpt commented 1 year ago

Checklist

Describe the bug MD has quite a few return codes (as well as local status/return variables which hold CFE 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