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

automatic unpack of custom extensionObjects(Structures) WORK IN PROGRESS #388

Merged
merged 14 commits into from
Mar 19, 2017

Conversation

oroulet
Copy link
Member

@oroulet oroulet commented Dec 23, 2016

fixes:
#373
#293
#287
and is necessary for :
#368

This is a work in progress. Currently only parses the xml file and generate python code which can be compiled online or imported. we need to:

client:

  • add a method that parse custom types and registers new classes online

server:

  • add a method that generates the xml (to be used in code and by opcua-modeler)
  • add a method that create the necessary data types nodes

@oroulet oroulet force-pushed the extobj2 branch 2 times, most recently from fe566a7 to 225be47 Compare December 23, 2016 10:27
@zerox1212
Copy link
Contributor

I didn't look too closely at your implementation, but doesn't the spec say that structures can't have nulls?

@zerox1212
Copy link
Contributor

zerox1212 commented Jan 8, 2017

Looks interesting. Only request I would have is to add some doc strings. Especially to StructGenerator methods. Also to be clear, what happens if the struct changes on the server side? Exception? Crash?

Lastly need an example of how to use this.

@oroulet
Copy link
Member Author

oroulet commented Jan 8, 2017

This is not ready for release. There is an error, and performance is an issue.....

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.

2 participants