DS int32
return codes and variables should be converted to CFE_Status_t
#104
Labels
Milestone
int32
return codes and variables should be converted to CFE_Status_t
#104
Checklist
Describe the bug
DS 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 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: