open62541/tools/nodeset_compiler/README.md
Joakim Roubert d69ee99f4d
Fix(doc): Documentation spelling fixes (#4472)
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2021-06-14 21:50:36 +02:00

805 B

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