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

[WIP] ua: export NodeID fields to make it easier marshallable #250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 24, 2019

  1. ua: export NodeID fields to make it easier marshallable

    for opcua pubsub (Part 14), a consumer needs to store metadata frames.
    marshalling them as a JSON is a possible solution; which is not possible without
    custom types if NodeID fields are unexported. With the fields being exported,
    it's possible to marshal it with default marshaling behavior.
    Johannes Brüderl committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    3de6f8a View commit details
    Browse the repository at this point in the history