nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49 stars 31 forks source link

Revise code gen for constants #269

Open bocchino opened 1 year ago

bocchino commented 1 year ago

Use constexpr instead of old-style enums and extern const variables. See https://github.com/nasa/fprime/issues/1752.