Stefan Profanter 8add3ae472 NodesetCompiler: Correctly concatenate method calls to return correct status code | vor 5 Jahren | |
---|---|---|
.. | ||
NodeID_NS0_Base.txt | vor 6 Jahren | |
README.md | vor 5 Jahren | |
__init__.py | vor 7 Jahren | |
backend_graphviz.py | vor 6 Jahren | |
backend_open62541.py | vor 5 Jahren | |
backend_open62541_datatypes.py | vor 5 Jahren | |
backend_open62541_nodes.py | vor 5 Jahren | |
datatypes.py | vor 5 Jahren | |
nodes.py | vor 5 Jahren | |
nodeset.py | vor 5 Jahren | |
nodeset_compiler.py | vor 5 Jahren | |
nodeset_testing.py | vor 7 Jahren | |
opaque_type_mapping.py | vor 7 Jahren |
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.
Usage documentation and How-Tos can be found on the webpage: https://open62541.org/doc/current/nodeset_compiler.html