-
Notifications
You must be signed in to change notification settings - Fork 31
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
Make component instance names qualified in topology c++ code gen and JSON dictionary #470
Conversation
After talking to @thomas-bc, this change will require an update to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the loaders, we parse the qualified names to infer name of component and channel/event/command
Logic will need to be adapted
https://github.com/nasa/fprime-gds/tree/devel/src/fprime_gds/common/loaders
Created nasa/fprime#2813 to track the GDS update, will work this in before we merge anything on the FPP side. |
Refactor topology code gen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Closes #349