Classes | |
| class | CodeGenerator |
Functions | |
| def | _to_val |
| def | save_aspace_to_disk |
| def | ua_type_to_python |
Variables | |
| tuple | c = CodeGenerator(xmlpath, cpppath) |
| string | cpppath = "../opcua/server/standard_address_space/standard_address_space_part{0}.py" |
| string | xmlpath = "Opc.Ua.NodeSet2.Part{0}.xml" |
Generate address space c++ code from xml file specification xmlparser.py is a requirement. it is in opcua folder but to avoid importing all code, developer can link xmlparser.py in current directory
| def generate_address_space._to_val | ( | objs, | |
| attr, | |||
| val | |||
| ) | [private] |
Definition at line 12 of file generate_address_space.py.
Definition at line 270 of file generate_address_space.py.
| def generate_address_space.ua_type_to_python | ( | val, | |
| uatype | |||
| ) |
Definition at line 23 of file generate_address_space.py.
| tuple generate_address_space::c = CodeGenerator(xmlpath, cpppath) |
Definition at line 286 of file generate_address_space.py.
| string generate_address_space::cpppath = "../opcua/server/standard_address_space/standard_address_space_part{0}.py" |
Definition at line 285 of file generate_address_space.py.
| string generate_address_space::xmlpath = "Opc.Ua.NodeSet2.Part{0}.xml" |
Definition at line 284 of file generate_address_space.py.