-
Notifications
You must be signed in to change notification settings - Fork 202
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 #240, removes MESSAGE_FORMAT_IS_CCSDS ifdefs from code #578
Conversation
fsw/cfe-core/src/inc/ccsds.h
Outdated
@@ -169,7 +169,7 @@ typedef struct | |||
* In Version 1 mode, the standard / non-APID qualified header is used for all packets | |||
*/ | |||
CCSDS_PriHdr_t Hdr; /**< Complete "version 1" (standard) header */ | |||
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whitespace change? Did you mean to do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. I accidentally deleted the #ifdef MESSAGE_FORMAT_IS_CCSDS_VER_2 line when I originally went through the file...and must have added a white space when I replaced it. I can go ahead and remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete the corresponding lines in mission_build.cmake to define MESSAGE_FORMAT_IS_CCSDS for the guides
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concur - this is an unnecessary "option" when nothing else is supported.
CCB 20200415 - APPROVED |
@dmknutsen can you take a look at the merge confilcts? |
@astrogeco conflicts resolved (rebased on integration-candidate) |
I am not seeing this in the current "integration-candidate" branch -- I need to also merge this with #602 and fix the conflicts there |
nevermind, I just grabbed commit e636967 directly from dmknutsen:issue_240 branch, which looks like it is rebased |
Describe the contribution
Fixes #240, removes MESSAGE_FORMAT_IS_CCSDS ifdefs from CFS code
Testing performed
Ran unit tests
System(s) tested on
Oracle VM VirtualBox
OS: ubuntu-19.10
Versions: cFE 6.7.10.0, OSAL 5.0.8.0, PSP 1.4.7.0,
Contributor Info
Dan Knutsen
NASA/Goddard