-
Notifications
You must be signed in to change notification settings - Fork 774
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
Support for DDS-XTypes 1.2 #903
Comments
The documentation might be worth looking at. |
Thank you for pointing out to the documentation link, Will go through that. |
@rnareddy646 Does the documentation help you? If it was helpful, could you close the issue? Thanks |
Please specify the implementation status of the following parts of the DDS-XTypes standard:
|
The current status in
Our idl generator supports those annotations. But our serialization library doesn't still support XCDR standard, needed to use those annotations at serialization.
You have documentation about this here. The feature is in
The user is able to introspect existing dynamic types. Maybe this example and this one could help you.
At discovery level, Fast-RTPS is prepared, but Fast-CDR is still not supporting XCDR. Support all DDS-XTypes 1.2 is in the eProsima's roadmap. |
Thank you for your support on this |
You're welcome. I close the issue. |
Hi , I was wondering if it was related to the incomplete support for XCDR in serialization library. struct Msg { }; struct MsgExtended : Msg { I made further changes in the test code (and some debug logs in Cdr.cpp too)to check if things would work but without any luck. Thank you, |
Hello,
I would like to ask if the Fast RTPS implementation supports any of the
Extensible and Dynamic Topic Types for DDS as seen in the
https://www.omg.org/spec/DDS-XTypes/1.2
Please help us on this , we are trying to check interoperability test between different vendors to see if this supports.
Thanks
Sudharsan
The text was updated successfully, but these errors were encountered: