-
Notifications
You must be signed in to change notification settings - Fork 0
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
typedef'd Types Do Not Work At The Moment #2
Comments
Hello, I was wondering if there was any update since this issue was opened ? I will add that the some typedef with struct do not work either :
CFE_ES_FileNameCmd_Payload_t will have no declared fields Thank you for the help |
@mVanSteen This issue is a bit misleading (sorry about that; sometimes I write these as notes and forget to close them!). I believe this should answer your question:WindhoverLabs/auto-yamcs#79 (comment) Please let me know if you run into any issues. |
Okay, thank you very much for the clarification. If I understand correctly, there is no way to avoid type_remaps in the case of typedefs (or at least automate the process). |
Apologies for taking so long to reply.
Hopefully this clarifies any confusion. |
Sorry, misunderstood the issue here...
It'll really help, if possible, if I could look at the ouput sqlite file that you generated from your binaries. |
@mVanSteen There shouldn't be a need anymore for the "type_remaps" in the case of typedef'd intrinsic types after the changes in WindhoverLabs/xtce_generator@d3e6b53 and 282a1af. Essentially the xtce tool now is able to "follow" the typedef'd types in the DB. |
At the moment, types such as
typedef int16 my_int
do not work. We will invistigate this issue in the future, however, it is not a priority at the moment.Beware typdef'd structs DO work at the moment; it appears to be a problem specific to typdef'd intrinsic types.
The text was updated successfully, but these errors were encountered: