Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HasInterface reference on base type #4363

Closed
basyskom-jvoe opened this issue Apr 22, 2021 · 1 comment
Closed

HasInterface reference on base type #4363

basyskom-jvoe opened this issue Apr 22, 2021 · 1 comment
Labels
Component: Server Issues related to the server code Priority: Low Issue with low priority Type: Question General question or code understanding

Comments

@basyskom-jvoe
Copy link
Contributor

The mandatory child nodes of an Interface type only show up on the resulting object if the HasInterface reference is directly attached to the object type that is being instantiated.

If the HasInterface reference is on the base type of the object type that is being instantiated, the properties are missing from the resulting object.

Is there already a function in object node instantiation which traverses the subtype tree where the interface instantiation could be hooked into?

Please provide the following information:

[X ] open62541 Version (release number or git tag): v1.2.1

@NoelGraf NoelGraf added Priority: Low Issue with low priority Type: Question General question or code understanding Component: Server Issues related to the server code labels Apr 22, 2021
@basyskom-meerkoetter
Copy link
Contributor

This issues is currently being worked on.

basyskom-jvoe added a commit to basyskom-jvoe/open62541 that referenced this issue Jun 18, 2021
This commit adds support for interfaces that are not directly
attached to the object type being instantiated.

fix(core): HasInterface reference on base type (open62541#4363)
basyskom-jvoe added a commit to basyskom-jvoe/open62541 that referenced this issue Jun 18, 2021
This commit adds support for interfaces that are not directly
attached to the object type being instantiated.

fix(core): HasInterface reference on base type (open62541#4363)
basyskom-jvoe added a commit to basyskom-jvoe/open62541 that referenced this issue Jun 18, 2021
This commit adds support for interfaces that are not directly
attached to the object type being instantiated.

fix(core): HasInterface reference on base type (open62541#4363)
basyskom-jvoe added a commit to basyskom-jvoe/open62541 that referenced this issue Jun 23, 2021
This commit adds support for interfaces that are not directly
attached to the object type being instantiated.

fix(core): HasInterface reference on base type (open62541#4363)
jpfr pushed a commit that referenced this issue Jun 23, 2021
…4479)

This commit adds support for interfaces that are not directly
attached to the object type being instantiated.

fix(core): HasInterface reference on base type (#4363)
MartinaFelberFEM pushed a commit to MartinaFelberFEM/open62541 that referenced this issue Jun 24, 2021
…pen62541#4479)

This commit adds support for interfaces that are not directly
attached to the object type being instantiated.

fix(core): HasInterface reference on base type (open62541#4363)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Server Issues related to the server code Priority: Low Issue with low priority Type: Question General question or code understanding
Projects
None yet
Development

No branches or pull requests

3 participants