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

C++ and C readers and writers won't communicate if idl inheritance is used #2149

Open
hawkejustin opened this issue Dec 11, 2024 · 0 comments

Comments

@hawkejustin
Copy link

hawkejustin commented Dec 11, 2024

C++ Generator is marking all structures as "keyless" if the keys are inherited. C doesn't do this, causing a mismatch.
Removing the if(idl_is_keyless) function (line 150) in cyclonedds-cxx/src/idlcxx/src/traits.c fixes the problem but likely would break with actually keyless entries.

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

No branches or pull requests

1 participant