-
I'm following the HelloWorld example and unable to get my pub/sub talking. One question I have is, I have an IDL defined as follows.
And I have a static xml such as:
Should the |
Beta Was this translation helpful? Give feedback.
Answered by
richiware
Nov 11, 2022
Replies: 1 comment
-
Full type name is expected, including the namespaces. In your case, the full type name of your type is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srad0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Full type name is expected, including the namespaces. In your case, the full type name of your type is
myMod::MyStruct
.