cfs-tools / cfs-basecamp

Provides a framework and tools for developing, downloading, and integrating core Flight System (cFS) applications into an operational system.
Other
25 stars 3 forks source link

Change default mission name to something other than SampleMission #25

Closed dmccomas closed 1 year ago

dmccomas commented 1 year ago

Change default mission name from SampleMission to something like Basecamp.
Search for hardcoded instances of samplemission and make basecamp use target.cmake definition so there's one location for the definition.

dmccomas commented 1 year ago

basecamp.ini already had a MISSION_NAME entry. Update all hard coded 'samplemission' instances to use the ini file definition. Added comments to target.cmake and to basecamp.ini to instruct users that the mission names in each file must be identical.