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

Apps should use CFE_MSG_PTR macro instead of cast or local unwrapping #15

Closed
skliper opened this issue Apr 22, 2022 · 0 comments · Fixed by #84
Closed

Apps should use CFE_MSG_PTR macro instead of cast or local unwrapping #15

skliper opened this issue Apr 22, 2022 · 0 comments · Fixed by #84

Comments

@skliper
Copy link
Contributor

skliper commented Apr 22, 2022

Apps typically cast to a CFE_MSG_Message_t or use *.Msg. Better to use abstracted CFE_MSG_PTR. NOTE - Not backwards compatible with Caelum so recommend not addressing in Draco.

Imported from GSFCCFS-1900

thnkslprpt added a commit to thnkslprpt/MM that referenced this issue Dec 5, 2023
thnkslprpt added a commit to thnkslprpt/MM that referenced this issue Jan 11, 2024
thnkslprpt added a commit to thnkslprpt/MM that referenced this issue Jan 11, 2024
thnkslprpt added a commit to thnkslprpt/MM that referenced this issue Jan 11, 2024
thnkslprpt added a commit to thnkslprpt/MM that referenced this issue Jan 11, 2024
dzbaker added a commit that referenced this issue Jan 25, 2024
Fix #15, Use `CFE_MSG_PTR` instead of `&(x).Msg`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant