Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci_lab int32 return codes and variables should be converted to CFE_Status_t #138

Closed
2 tasks done
thnkslprpt opened this issue Apr 24, 2023 · 0 comments · Fixed by #139
Closed
2 tasks done

ci_lab int32 return codes and variables should be converted to CFE_Status_t #138

thnkslprpt opened this issue Apr 24, 2023 · 0 comments · Fixed by #139

Comments

@thnkslprpt
Copy link
Contributor

Checklist

  • I reviewed the Contributing Guide.
  • I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.

Describe the bug
ci_lab has 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

thnkslprpt added a commit to thnkslprpt/ci_lab that referenced this issue Apr 24, 2023
thnkslprpt added a commit to thnkslprpt/ci_lab that referenced this issue Nov 1, 2023
dmknutsen added a commit that referenced this issue Nov 8, 2023
…codes-to-CFE_Status_t

Fix #138, Convert `int32` return codes and variables to `CFE_Status_t`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant