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 #74, add payload submember for all cmd/tlm #83

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Adds a "Payload" submember to all cmd/tlm structs. The message content is found in this sub-structure. This matches the patterns currently implemented in CFE.

Fixes #74

Testing performed
Build and run all tests

Expected behavior changes
None expected. This may affect the padding in some circumstances, but should not change anything if the headers were properly aligned to begin with.

System(s) tested on
Debian

Additional context
This pattern of using a payload sub-structure matches CFE and keeps things more consistent.

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

Adds a "Payload" submember to all cmd/tlm structs.  The message content
is found in this sub-structure.  This matches the patterns currently
implemented in CFE.
@dzbaker dzbaker merged commit 2be3511 into nasa:main Feb 23, 2023
@jphickey jphickey deleted the fix-74-payload-substruct branch March 7, 2023 16:22
@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
3 participants