nasa / fprime

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

Integrate JSON dictionary in the GDS #2592

Closed thomas-bc closed 3 months ago

thomas-bc commented 5 months ago
F´ Version
Affected Component

Feature Description

JSON Dictionary is here: https://github.com/nasa/fprime/issues/2263

In the GDS, we have a whole system to ingest the XML dictionary and make that data available through data types. We need to ingest the JSON dictionary instead. Retiring the old data types and using the JSON data structure itself sounds like a reasonable design... will need to look into

thomas-bc commented 5 months ago

Consider implementing https://github.com/nasa/fprime/issues/2242 as part of this