nasa / fpp

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

Replace uses of platform-specific types in the generated C++ code #391

Closed bocchino closed 5 months ago

bocchino commented 6 months ago

For example, port indices should use FwIndexType instead of NATIVE_INT_TYPE. This is a first step towards eliminating unnecessary uses of platform-specific types in the F Prime code base. That in turn will make the framework code better (and it will eliminate a lot of static analysis warning noise in pull requests to nasa/fprime).