nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.02k stars 1.3k forks source link

Add DpManager #2546

Closed bocchino closed 6 months ago

bocchino commented 6 months ago

This pull request adds the DpManager component to support handling of data products. DpManager is one of the trio of core data products components. The other two are DpWriter and DpCatalog.

Predecessor: #2485 Next up: Add DpWriter

For the overall data products design, see https://github.com/nasa/fprime/blob/devel/docs/Design/data-products.md.