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 #56, cmd and tlm messages use payload sub-structure #58

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

havencarlson
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Fix #56 , adds Payload substructure to all command and telemetry messages

Testing performed
unit testing

Expected behavior changes
no impact to behavior

System(s) tested on

  • OS: Ubuntu 18.04

Contributor Info - All information REQUIRED for consideration of pull request
Haven Carlson - NASA

@@ -287,22 +287,22 @@
*/

/* Resolve and Validate Dwell Address */
if (MD_ResolveSymAddr(&Jam->DwellAddress, &ResolvedAddr) == false)
if (MD_ResolveSymAddr(&Jam->Payload.DwellAddress, &ResolvedAddr) == false)

Check warning

Code scanning / CodeQL

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.
@dzbaker dzbaker merged commit b0ae64d into nasa:main Aug 31, 2023
16 checks passed
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 messages should put content in a "Payload" sub-structure
2 participants