Adding support to gds for enums not represented by I32 #2187
SMorettini
started this conversation in
Ideas
Replies: 1 comment
-
I also have my eye on doing this, but, for completeness: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
At present, fprime-gds operates under the assumption that every enum is represented as an I32, as detailed in the documentation: Link to Documentation.
I am interested in extending fprime-gds to accommodate various representation types for enums. Could this proposed feature find acceptance within the Fprime community?
If the response to the aforementioned query is affirmative, could you kindly guide me on the appropriate method for updating the dictionary to encompass this new information?
My recommendation involves incorporating a new field named
serialize_type
within the enum.Example:
Beta Was this translation helpful? Give feedback.
All reactions