Stefan Profanter ebedd4d751 NodesetCompiler: Ignore already loaded nodeset лет назад: 5
..
NodeID_NS0_Base.txt a6ce924ea1 NS0: Fix warnings for the minimal nodeset лет назад: 5
README.md aa3c4be4ba Doc: Fix various Codacy formatting issues лет назад: 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 36641ad6a5 cmake: Remove UA_NO_AMALGAMATION and use UA_ENABLE_AMALGAMATION instead лет назад: 5
backend_open62541_datatypes.py bff2010449 [Review] Fix/cleanup unsafe c names (#2064) лет назад: 5
backend_open62541_nodes.py 81148ab1eb Fix various python code quality issues лет назад: 5
datatypes.py 81148ab1eb Fix various python code quality issues лет назад: 5
nodes.py 81148ab1eb Fix various python code quality issues лет назад: 5
nodeset.py ebedd4d751 NodesetCompiler: Ignore already loaded nodeset лет назад: 5
nodeset_compiler.py ebedd4d751 NodesetCompiler: Ignore already loaded nodeset лет назад: 5
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 documantation and How-Tos can be found on the webpage: https://open62541.org/doc/current/nodeset_compiler.html