tree: 9465661d8da1e0bbb36abc8e815d5484584e4d1e [path history] [tgz]
  1. __init__.py
  2. backend_graphviz.py
  3. backend_open62541.py
  4. backend_open62541_datatypes.py
  5. backend_open62541_nodes.py
  6. datatypes.py
  7. NodeID_NS0_Base.txt
  8. nodes.py
  9. nodeset.py
  10. nodeset_compiler.py
  11. nodeset_testing.py
  12. opaque_type_mapping.py
  13. README.md
ext/open62541/tools/nodeset_compiler/README.md

open62541 nodeset Compiler

The nodeset compiler is a collection of python scripts that can parse OPC UA XML Namespace definition files and transform them into a class representation. This facilitates both reprinting the namespace in a different non-XML format (such as C-Code or DOT) and analysis of the namespace structure.

The initial implementation has been contributed by a research project of the chair for Process Control Systems Engineering of the TU Dresden. It was not strictly speaking created as a C generator, but could be easily modified to fulfill this role for open62541. Later on it was extended and improved by the core developers of open62541.

Documentation

Usage documentation and How-Tos can be found on the webpage: https://open62541.org/doc/current/nodeset_compiler.html