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

feat!: Allow different OPC UA arg types #71

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

philipp-caspers
Copy link
Member

The previous Vec<T> solution could not handle different argument types for the call_method method of the opc_ua_client although it's very common to have those.
Hence, this change uses the OPC UA Variant type for the arguments, which eliminates this drawback.

The previous `Vec<T>` solution could not handle different argument types
for the `call_method` method of the opc_ua_client although it's very common
to have those.
Hence, this change uses the OPC UA Variant type for the arguments, which
eliminates this drawback.
@philipp-caspers philipp-caspers marked this pull request as ready for review December 17, 2024 14:51
Copy link
Member

@AiyionPrime AiyionPrime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch.

@philipp-caspers philipp-caspers merged commit 53452e3 into main Dec 18, 2024
7 checks passed
@philipp-caspers philipp-caspers deleted the feat/allow-different-opcua-types branch December 18, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants