serialize and deserialize via fastcdr #5400
Closed
jfergusonmi
started this conversation in
Support
Replies: 1 comment
-
This is exactly what DynamicPubSubType does. You could either use a |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to convert fastdds DynamicData into a cdr buffer via fastcdr and convert a cdr buffer into DynamicData on the other side. Looking through the code and found some things like
and
eprosima::fastcdr::Cdr
What would be an example of doing the convertions above mentioned for DynamicData?
Beta Was this translation helpful? Give feedback.
All reactions