- 01 Aug, 2018 2 commits
-
-
Christian Bergmiller authored
-
Christian Bergmiller authored
-
- 31 Jul, 2018 3 commits
-
-
Christian Bergmiller authored
# Conflicts: # examples/client-minimal-auth.py # examples/client-minimal.py # opcua/client/client.py # opcua/client/ua_client.py # opcua/common/copy_node.py # opcua/common/events.py # opcua/common/instantiate.py # opcua/common/node.py # opcua/common/ua_utils.py # opcua/server/address_space.py # opcua/server/event_generator.py # opcua/server/internal_server.py # opcua/server/server.py # opcua/server/standard_address_space/standard_address_space_part3.py # opcua/server/standard_address_space/standard_address_space_part4.py # opcua/server/standard_address_space/standard_address_space_part5.py # opcua/server/standard_address_space/standard_address_space_part8.py # opcua/server/standard_address_space/standard_address_space_part9.py # opcua/server/uaprocessor.py # opcua/ua/ua_binary.py # opcua/ua/uaprotocol_auto.py # opcua/ua/uatypes.py # schemas/AttributeIds.csv # schemas/NodeIds.csv # schemas/Opc.Ua.Adi.NodeSet2.xml # schemas/Opc.Ua.Adi.Types.bsd # schemas/Opc.Ua.Adi.Types.xsd # schemas/Opc.Ua.Endpoints.wsdl # schemas/Opc.Ua.NodeSet2.Part10.xml # schemas/Opc.Ua.NodeSet2.Part11.xml # schemas/Opc.Ua.NodeSet2.Part13.xml # schemas/Opc.Ua.NodeSet2.Part3.xml # schemas/Opc.Ua.NodeSet2.Part4.xml # schemas/Opc.Ua.NodeSet2.Part5.xml # schemas/Opc.Ua.NodeSet2.Part9.xml # schemas/Opc.Ua.NodeSet2.xml # schemas/Opc.Ua.Services.wsdl # schemas/Opc.Ua.Types.bsd # schemas/Opc.Ua.Types.xsd # schemas/StatusCode.csv # schemas/UANodeSet.xsd # schemas/generate_address_space.py # schemas/generate_model.py # tests/test_client.py # tests/test_server.py # tests/tests_common.py
-
Christian Bergmiller authored
-
Christian Bergmiller authored
-
- 30 Jul, 2018 35 commits
-
-
Christian Bergmiller authored
-
Christian Bergmiller authored
-
Christian Bergmiller authored
-
Christian Bergmiller authored
-
kleskjr authored
-
Christian Bergmiller authored
-
Christian Bergmiller authored
-
nic authored
-
oroulet authored
while importing xml override ParentNodeId attribute with the references which is more reliable and has more information
-
oroulet authored
-
oroulet authored
fix timestamp typo and use SourceTimestamp in histry make History always use SourceTimestamp not ServerTimestamp (ServerTimestampd is often not set)
-
oroulet authored
-
oroulet authored
-
oroulet authored
-
nic authored
-
Christian Bergmiller authored
-
nic authored
-
Christian Bergmiller authored
-
nic authored
-
Christian Bergmiller authored
-
oroulet authored
-
oroulet authored
-
oroulet authored
-
Christian Bergmiller authored
-
oroulet authored
-
jobasto authored
-
jobasto authored
Previously custom structures that contain enums wouldn't be parsed correctly when calling load_type_definitions(). This is now fixed by also creating enum classes that represent the enums that are exposed in the server's address space and changing get_default_value() so that it is able to create default values for enums.
-
Jonas Neubert authored
-
Jonas Neubert authored
-
Jonas Neubert authored
-
Christian Bergmiller authored
-
oroulet authored
-
Helmut Jacob authored
Introduce an optional parameter xmlstring throughout the import_xml chain (client, server, xmlimporter, xmlparser) to allow specifying a XML string instead of a path. If both are given the string takes precendence.
-
oroulet authored
-
oroulet authored
-