nasa / fpp

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

Revise generated C++ that relies on implicit string constructors #421

Closed bocchino closed 2 months ago

bocchino commented 2 months ago

Some of the generated code relies on implicit constructors for parameter, telemetry, and event strings, and for Fw::String in the topology code. We should revise this code and make the constructors explicit.

bocchino commented 2 months ago

Covered by #423.