-
Notifications
You must be signed in to change notification settings - Fork 775
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
[21051] DynamicType to IDL serializer #4787
Conversation
Consider extending conversions to take annotations into account. |
c807037
to
4610027
Compare
@richiprosima please test_3 this |
test/unittest/dds/xtypes/type_conversion/types/idls/alias_struct.idl
Outdated
Show resolved
Hide resolved
1f4c42c
to
d71db60
Compare
test/unittest/dds/xtypes/type_conversion/types/idls/inheritance_struct.idl
Outdated
Show resolved
Hide resolved
test/unittest/dds/xtypes/type_conversion/types/type_objects/alias_struct/alias_struct.hpp
Outdated
Show resolved
Hide resolved
test/unittest/dds/xtypes/type_conversion/DynamicTypeSerializationTests.cpp
Outdated
Show resolved
Hide resolved
test/unittest/dds/xtypes/type_conversion/types/idls/arrays_and_sequences.idl
Outdated
Show resolved
Hide resolved
d71db60
to
722ac43
Compare
test/unittest/dds/xtypes/type_conversion/types/idls/inheritance_struct.idl
Outdated
Show resolved
Hide resolved
Add the new IDL files to |
By appending the following to './test/unittest/dds/xtypes/serializers/idl/types/alias_struct/alias_struct.idl|./gen' |
b7cf212
to
d62da31
Compare
Signed-off-by: tempate <danieldiaz@eprosima.com>
18aff29
to
890c285
Compare
Signed-off-by: tempate <danieldiaz@eprosima.com>
Signed-off-by: tempate <danieldiaz@eprosima.com>
Signed-off-by: tempate <danieldiaz@eprosima.com>
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.
LGTM
Signed-off-by: tempate <danieldiaz@eprosima.com>
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.
LGTM
Signed-off-by: tempate <danieldiaz@eprosima.com>
568668d
to
d3842f4
Compare
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.
LGTM
Description
This PR implements functionality to serialize a DynamicType to IDL.
Contributor Checklist
versions.md
file (if applicable).[21051] Documentation to serialize DynamicTypes to IDL Fast-DDS-docs#865
Reviewer Checklist