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

Fix #79, Use payload sub-struct in all messages #80

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Puts the CMD/TLM content in a member struct called "Payload". This makes it consistent with other CFE modules and provides a predictably named member for determining the position of non-header content.

Fixes #79

Testing performed
Build and run all tests, sanity check app in CFE

Expected behavior changes
None.

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Puts the CMD/TLM content in a member struct called "Payload".  This
makes it consistent with other CFE modules and provides a predictably
named member for determining the position of non-header content.
@jphickey jphickey force-pushed the fix-79-payload-substruct branch from 219f22e to 1462fcf Compare March 20, 2023 16:25
@dzbaker dzbaker merged commit 3aadd2f into nasa:main Mar 28, 2023
@jphickey jphickey deleted the fix-79-payload-substruct branch March 28, 2023 16:56
@dmknutsen dmknutsen added this to the Equuleus milestone May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All CMD/TLM message should put content in a "Payload" sub-structure
4 participants