-
Notifications
You must be signed in to change notification settings - Fork 21
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 #19
Labels
Comments
jphickey
added a commit
to jphickey/LC
that referenced
this issue
Mar 21, 2023
Follow naming conventions for cmd/tlm data structures and use provided macros where appropriate. This also regenerates the stubs, and are committed unmodified from the generator tool. The global data object is split to a separate compilation unit so as to not conflict with the generated files.
jphickey
added a commit
to jphickey/LC
that referenced
this issue
Mar 28, 2023
Follow naming conventions for cmd/tlm data structures and use provided macros where appropriate. This also regenerates the stubs, and are committed unmodified from the generator tool. The global data object is split to a separate compilation unit so as to not conflict with the generated files.
jphickey
added a commit
to jphickey/LC
that referenced
this issue
Mar 29, 2023
Follow naming conventions for cmd/tlm data structures and use provided macros where appropriate. This also regenerates the stubs, and are committed unmodified from the generator tool. The global data object is split to a separate compilation unit so as to not conflict with the generated files.
jphickey
added a commit
to jphickey/LC
that referenced
this issue
Mar 29, 2023
Follow naming conventions for cmd/tlm data structures and use provided macros where appropriate.
2 tasks
jphickey
added a commit
to jphickey/LC
that referenced
this issue
Mar 29, 2023
Follow naming conventions for cmd/tlm data structures and use provided macros where appropriate.
dzbaker
added a commit
that referenced
this issue
Mar 30, 2023
Fix #19, Use CFE_MSG_PTR macro and other name updates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: