nasa / CF

The Core Flight System (cFS) CFDP application.
Apache License 2.0
86 stars 46 forks source link

Fix #221, Move cf_tbldefs.h to src #223

Closed skliper closed 2 years ago

skliper commented 2 years ago

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

Additional context None

Third party code None

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

skliper commented 2 years ago

Ping @jhnphm

astrogeco commented 2 years ago

CCB:2022-04-06 APROVED