nasa / ogma

Generator of runtime monitors for flight and robotics applications.
Other
335 stars 25 forks source link

`ogma-core`: Reimplement DB parser using JSON Spec parser. Refs #122. #124

Closed ivanperez-keera closed 9 months ago

ivanperez-keera commented 9 months ago

Replace the ad hoc DB parser with a parser based on the generic JSON parser, as prescribed in the solution proposed for #122.

ivanperez-keera commented 9 months ago

Change Manager: The function decode is imported but not really used in the code. It is necessary to review the implementation to minimize the introduction of technical debt (even if, extensionally, it works).

ivanperez-keera commented 9 months ago

Implementor: Fix implemented, review requested.

ivanperez-keera commented 9 months ago

Change Manager: Verified that: