How to elegantly convert IDL struct into generated DDS class? #225
Unanswered
Octavian-Zhang
asked this question in
Q&A
Replies: 1 comment
-
|
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
-
I have an existing struct used everywhere in production code:
Now, I've decided to refactor its cross-machine communication using DDS. I put the exact same struct definition in an IDL file but got a generated DDS datatype class colliding with the existing production code struct definition.
Moreover, the generated DDS HelloWorld class isn't implicitly convertible with the current HelloWorld struct.
Beta Was this translation helpful? Give feedback.
All reactions