- 16 Aug, 2016 6 commits
-
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
olivier R-D authored
-
- 15 Aug, 2016 2 commits
-
-
georgschoelly authored
-
Andrew authored
* Implement XML exporter * Add support for UAObject and references Exporter can now export regular objects. First attempt at exporting references added for review. Split some methods so building etree and dump/write are separate. * Add reference aliases, add export of object type * Added UA data type, variable type, namespace uris * Example for custom namespace uri
-
- 12 Aug, 2016 1 commit
-
-
olivier R-D authored
-
- 11 Aug, 2016 1 commit
-
-
georgschoelly authored
-
- 10 Aug, 2016 3 commits
-
-
ORD authored
simple changes for opcua-modeler
-
olivier R-D authored
-
olivier R-D authored
-
- 09 Aug, 2016 2 commits
-
-
georgschoelly authored
This enables us to catch status codes directly like this: try: raise UaStatusCodeError(0x80010000) except BadUnexpectedError: # do something
-
Marcel authored
-
- 08 Aug, 2016 2 commits
-
-
Marcel authored
* support multiple depths of inheritance for instantiate * move common methods to common/ua_utils.py * add method is_child_present to ua_utils.py * cleanup empty newlines * Improve implementation of is_child_present * [is_child_present] avoid break
-
Marcel authored
* Updated examples to reflect the proposed changes in the API * pdated examples to reflect the proposed changes in the API, fix wrong method * Updated examples to lateste version of the API including the instantiate * revert renaming of server-custom-object.py
-
- 07 Aug, 2016 1 commit
-
-
olivier R-D authored
-
- 06 Aug, 2016 1 commit
-
-
maljac authored
-
- 05 Aug, 2016 2 commits
-
-
maljac authored
* Initial refactoring the import iteration routine * Added logic for sorting nodes and respect theire parent id * Fixes tests * Fixes some PEP8 issues
-
georgschoelly authored
-
- 03 Aug, 2016 1 commit
-
-
ORD authored
store status code in UaStatusCodeError
-
- 01 Aug, 2016 4 commits
-
-
Georg Schölly authored
This allows the user to handle some status codes differently from others.
-
ORD authored
Improve enums
-
ORD authored
Fix event notifier bugs
-
Cedric Leroy authored
Inlude Server and Source timestamps in monitored_items so that it can be retrived in data change handler (#265) (#266)
-
- 31 Jul, 2016 7 commits
-
-
Georg Schölly authored
-
Georg Schölly authored
* replace int_to_* functions with a smarter enum class * consolidate WriteAccessMask enum and WriteAccess enum
-
Georg Schölly authored
-
Georg Schölly authored
-
Georg Schölly authored
-
Georg Schölly authored
-
maljac authored
* Add instantiate support for data types and methods * Fix for #260
-
- 30 Jul, 2016 1 commit
-
-
maljac authored
-
- 29 Jul, 2016 1 commit
-
-
maljac authored
* Allow the import of methods in xml imports * Adds unittest for testing method importing
-
- 27 Jul, 2016 1 commit
-
-
maljac authored
* Use server namespaces uri to identify namepsace index for node imports (2) * Fixes test failures / Add unittest * Add unittest (2)
-
- 26 Jul, 2016 1 commit
-
-
georgschoelly authored
Instead of using our own solution for skipping test, we use unittest.skip. This has the additional benefit that it works with the automatic test discovery in Python >=3.2.
-
- 24 Jul, 2016 2 commits
-
-
olivier R-D authored
-
olivier R-D authored
-
- 21 Jul, 2016 1 commit
-
-
olivier R-D authored
-