Stefan Profanter f68e134460 feat(ns): Add possibility to blacklist nodes from nodeset generator | преди 5 години | |
---|---|---|
.. | ||
NodeID_NS0_Base.txt | преди 6 години | |
README.md | преди 5 години | |
__init__.py | преди 7 години | |
backend_graphviz.py | преди 6 години | |
backend_open62541.py | преди 5 години | |
backend_open62541_datatypes.py | преди 5 години | |
backend_open62541_nodes.py | преди 5 години | |
backend_open62541_typedefinitions.py | преди 5 години | |
datatypes.py | преди 5 години | |
nodes.py | преди 5 години | |
nodeset.py | преди 5 години | |
nodeset_compiler.py | преди 5 години | |
nodeset_testing.py | преди 5 години | |
opaque_type_mapping.py | преди 5 години | |
type_parser.py | преди 5 години |
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