Closed thnkslprpt closed 1 year ago
Checklist
Describe the contribution
int32
CFE_Status_t
status
return
Status
LC_AppPipe()
CFE_SUCCESS
Testing performed GitHub CI actions all passing successfully.
Expected behavior changes No change to behavior. CFE_Status_t is more expressive and improves consistency with cFE/cFS.
Contributor Info Avi Weiss @thnkslprpt
Checklist
Describe the contribution
int32
return codes converted over toCFE_Status_t
int32
status
/return
variables holding cFE return codes converted toCFE_Status_t
Status
variable fromLC_AppPipe()
- it was not actually used - the function always returnsCFE_SUCCESS
as currently implementedTesting performed GitHub CI actions all passing successfully.
Expected behavior changes No change to behavior.
CFE_Status_t
is more expressive and improves consistency with cFE/cFS.Contributor Info Avi Weiss @thnkslprpt