Justine West
Justine West
Follow FPP architecture Hand crafted data structures vs. library generated ones How to translate/represent the concepts in Python Balance manual effort of maintaining data structures by hand (design choice)
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Feature Description ## Rationale A rationale for why the feature should be implemented in F´.
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Feature Description To prevent code rot and to ensure the tool works with dictionary updates, add the dp_product_writer.py...
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Feature Description Currently types are specified in the data_product_writer.py tool [here](https://github.com/nasa/fprime-gds/blob/fea2946971c61a370c6b35d8adc635dd81b127c6/src/fprime_gds/executables/data_product_writer.py#L93), get the type definitions from the dictionary...
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Problem Description Tried building Ref deployment after changing config/FpConfig.fpp's `FwEventIdType` to U64 and received the following error: ```...
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Feature Description The data types and data structures document is stale/has old information. Go through the page and...
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Feature Description Once CCSDS constants are in the JSON dictionary (see https://github.com/nasa/fpp/issues/727), we'll want to update the GDS...
- Annotated AST nodes vs AST nodes - Symbols vs. nodes, Use symbol but why? - Potentially some of this info is in the FPP wiki, but we need more...
Similar to how the `fpp-to-json` tests are structured. Print/dump the python output to a file and diff it against a reference file. - CI (checkout version of FPP and run...