How to map struct pointer in struct? #642
Answered
by
saudet
luxingxiao
asked this question in
Q&A
-
@saudet Hi, do you know how to map struct pointer in struct to array?
In this case, _buffer shuld be map to DDS_XTypes_CompleteStructMember array, but it is mapped to DDS_XTypes_CompleteStructMember like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
saudet
Dec 9, 2022
Replies: 1 comment 1 reply
-
DDS_XTypes_CompleteStructMember is a Pointer, that's fine. What's the issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
luxingxiao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DDS_XTypes_CompleteStructMember is a Pointer, that's fine. What's the issue?