Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

tiffany1618
Copy link
Collaborator

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.

Copy link
Collaborator

@bocchino bocchino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@bocchino bocchino merged commit 22dc420 into nasa:main Jun 22, 2023
5 checks passed
@tiffany1618 tiffany1618 deleted the remove-private-param-getter branch June 22, 2023 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants