cfs-tools / cfs-basecamp

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

Investigate adding support to display cFE binary files #92

Open open-stemware opened 1 month ago

open-stemware commented 1 month ago

Preliminary analysis shows some of the file definitions exists in EDS but not all of the required definitions. The file header is defined in cfe_fs.xml:

However, I didn't see an event log file definition. Another challenge is that the binary files are not defined in the required interface and this interface is used by Basecamp's python telemetry message parsing. A solution may be to create a new cFE binary file EDS spec that is used for all binary file processing.