We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CFE_EVS_Register()
TO_LAB_init()
Describe the bug to_lab currently has no notification of a failure of CFE_EVS_Register() in TO_LAB_init()
Code snips
to_lab/fsw/src/to_lab_app.c
Lines 146 to 156 in 7ca124c
Expected behavior Add CFE_ES_WriteToSysLog() to inform the user of failure to register with EVS.
CFE_ES_WriteToSysLog()
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Merge pull request #148 from thnkslprpt:fix-147-add-check-for-evs-reg…
5d21890
…ister-failure-during-init Fix #147, Add check for failure of CFE_EVS_Register() during initialization
53caa1f
Successfully merging a pull request may close this issue.
Describe the bug
to_lab currently has no notification of a failure of
CFE_EVS_Register()
inTO_LAB_init()
Code snips
to_lab/fsw/src/to_lab_app.c
Lines 146 to 156 in 7ca124c
Expected behavior
Add
CFE_ES_WriteToSysLog()
to inform the user of failure to register with EVS.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: