-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update demo to show member array support gds #2517
Update demo to show member array support gds #2517
Conversation
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!
One minor comment.
Ref/TypeDemo/TypeDemo.fpp
Outdated
@@ -31,6 +31,8 @@ module Ref { | |||
separateChoice: Choice | |||
@ A pair of choices | |||
choicePair: ChoicePair | |||
@ An array of choices defined as member array | |||
choiceAsMemberArray: [2] U8 |
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.
Switch the 2
to dimension
if you will. It makes it easier to modify all the array sizes.
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.
I apply your suggestion. Please note that before merging this, the related pull request in fprime-gds should be merged otherwise fprime-gds
will not work as expected with the new member array.
…b.com/SMorettini/fprime into UpdateDemoToShowArrMemberaySupportGds
Change Description