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

Update standard address space #510

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated standard address space
mathias-luedtke committed Nov 12, 2017
commit f02695eb8061959bacc22d0f6917c9dd4852754a
Original file line number Diff line number Diff line change
@@ -41,4 +41,4 @@ def fill_address_space(nodeservice):
create_standard_address_space_Part10(server)
create_standard_address_space_Part11(server)
create_standard_address_space_Part13(server)
assert len(server.postponed) == 1370, len(server.postponed)
assert len(server.postponed) == 1561, len(server.postponed)
1,218 changes: 1,216 additions & 2 deletions opcua/server/standard_address_space/standard_address_space_part10.py

Large diffs are not rendered by default.

1,156 changes: 1,155 additions & 1 deletion opcua/server/standard_address_space/standard_address_space_part11.py

Large diffs are not rendered by default.

396 changes: 396 additions & 0 deletions opcua/server/standard_address_space/standard_address_space_part13.py

Large diffs are not rendered by default.

902 changes: 899 additions & 3 deletions opcua/server/standard_address_space/standard_address_space_part3.py

Large diffs are not rendered by default.

1,621 changes: 1,617 additions & 4 deletions opcua/server/standard_address_space/standard_address_space_part4.py

Large diffs are not rendered by default.

13,687 changes: 13,615 additions & 72 deletions opcua/server/standard_address_space/standard_address_space_part5.py

Large diffs are not rendered by default.

651 changes: 651 additions & 0 deletions opcua/server/standard_address_space/standard_address_space_part8.py

Large diffs are not rendered by default.

2,720 changes: 2,709 additions & 11 deletions opcua/server/standard_address_space/standard_address_space_part9.py

Large diffs are not rendered by default.