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 #221, Move cf_tbldefs.h to src #223

Merged
merged 1 commit into from
Apr 18, 2022

Conversation

skliper
Copy link
Contributor

@skliper skliper commented Apr 6, 2022

Checklist (Please check before submitting)

Describe the contribution

Moves cf_tbldefs.h so that the compiler doesn't pick up
the default platform_inc headers instead of the overridden
headers (if they exist) at the mission level. The
table structure definitions are not configurable at a
platfrom level, much like the majority of other
applications.

Testing performed
Build/run unit tests

Expected behavior changes
Overridden headers at mission level will now be used by cf_tbldefs.h vs the defaults in fsw/platform_inc where the file was formerly co-located.

System(s) tested on

  • Hardware: i5/wsl
  • OS: Ubuntu 18.04
  • Versions: Bundle main + this commit

Additional context
None

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC

Moves cf_tbldefs.h so that the compiler doesn't pick up
the default platform_inc headers instead of the overridden
headers (if they exist) at the mission level.  The
table structure definitions are not configurable at a
platfrom level, much like the majority of other
applications.
@skliper skliper added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Apr 6, 2022
@skliper skliper added this to the Draco milestone Apr 6, 2022
@skliper
Copy link
Contributor Author

skliper commented Apr 6, 2022

Ping @jhnphm

@astrogeco astrogeco added CCB:Approved and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Apr 6, 2022
@astrogeco
Copy link
Contributor

CCB:2022-04-06 APROVED

@astrogeco astrogeco merged commit e3cebea into nasa:main Apr 18, 2022
@skliper skliper deleted the fix221-tbldefs_in_src branch June 10, 2022 13:02
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.

cf_tbldefs.h in platform_inc directory
2 participants