Inheritance and instancing #245
Unanswered
RinoGuideDog
asked this question in
Q&A
Replies: 1 comment
-
Not sure that I understand your issue, can you share your IDL? |
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 Can instance a struct into another but if I have multiple instances on one namespace it has a bit of a fit, any suggestions on what to do / methods I can have different namespaces on the same project file? Also is inheritances a thing in this yet I've tried
"struct data: Dataheader {
Signaldata Signaldata;
};"
to see and I'm unsure if I've just done it wrong or that its not supported.
Beta Was this translation helpful? Give feedback.
All reactions