nasa / FM

The Core Flight System (cFS) File Manager (FM) application.
Apache License 2.0
43 stars 25 forks source link

FM should use CFE_FS_InitHeader #52

Closed havencarlson closed 2 years ago

havencarlson commented 2 years ago

Checklist (Please check before submitting)

Is your feature request related to a problem? Please describe. FM initializes and populates the CFE FS header itself This requires FM to understand the details of the header structure and could break if that structure changes.

Describe the solution you'd like FM should instead use the CFE_FS_InitHeader function which is designed to do exactly this.

Requester Info Haven Carlson