Jannis Voelker 6186b07585 Set {memberName}Size value for generated extension objects пре 4 година
..
NodeID_NS0_Base.txt a6ce924ea1 NS0: Fix warnings for the minimal nodeset пре 5 година
README.md 85b419a060 Fix typo documantation/documentation пре 5 година
__init__.py 3ea21ea597 Align CMake and use new parameters for types generator пре 6 година
backend_graphviz.py 81148ab1eb Fix various python code quality issues пре 5 година
backend_open62541.py 8add3ae472 NodesetCompiler: Correctly concatenate method calls to return correct status code пре 5 година
backend_open62541_datatypes.py 2033d6a413 NodesetCompiler: Correctly escape quotation and slashes пре 5 година
backend_open62541_nodes.py 6186b07585 Set {memberName}Size value for generated extension objects пре 4 година
datatypes.py eb157a2d4b NodesetCompiler: Correctly handle empty value tags пре 5 година
nodes.py 2d9b25905e fix: nodeset compiler ignore SymbolicName attribute to disable warning пре 4 година
nodeset.py 9bdd6c3f74 fix: Nodeset compiler correctly parse default field datatype пре 4 година
nodeset_compiler.py 097dbb636a fix(nc): Print nodeset compiler to stdout instead of stderr пре 4 година
nodeset_testing.py 7a4996743a Fix #1346 force encoding to utf-8 пре 6 година
opaque_type_mapping.py 3ea21ea597 Align CMake and use new parameters for types generator пре 6 година

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