Go to the source code of this file.
Namespaces | |
server-instantiate-object | |
Variables | |
server-instantiate-object.ctrl = dev.add_object(0, "controller") | |
server-instantiate-object.dev = server.nodes.base_object_type.add_object_type(0, "MyDevice") | |
server-instantiate-object.idx = server.register_namespace(uri) | |
server-instantiate-object.mydevice = instantiate(server.nodes.objects, dev, bname="2:Device0001") | |
server-instantiate-object.mydevice_var = mydevice.get_child(["0:controller", "0:state"]) | |
server-instantiate-object.server = Server() | |
string | server-instantiate-object.uri = "http://examples.freeopcua.github.io" |