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 include guards for constant headers #96

Closed bocchino closed 3 years ago

bocchino commented 3 years ago

When no -g option is provided, fpp-to-cpp should synthesize an include guard from the current path, after removing any -p prefixes. That way the default generation (with no -g) is still safe.

bocchino commented 3 years ago

Done in commit 72622e7c0b6a409bbf5b820ec6d08c5629dec0a3.