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

Remove private parameter getter in C++ component writer #267

Closed tiffany1618 closed 1 year ago

tiffany1618 commented 1 year ago

Remove the getParam function in component base classes. This is a private function that gets parameters by ID, but it is private and not used elsewhere in the component base class. It is also not used in any of the F Prime framework classes, and the F Prime framework successfully builds and passes all unit tests after the removal of this function.