Stefan Profanter f68e134460 feat(ns): Add possibility to blacklist nodes from nodeset generator il y a 5 ans
..
NodeID_NS0_Base.txt a6ce924ea1 NS0: Fix warnings for the minimal nodeset il y a 6 ans
README.md 85b419a060 Fix typo documantation/documentation il y a 5 ans
__init__.py 3ea21ea597 Align CMake and use new parameters for types generator il y a 7 ans
backend_graphviz.py 81148ab1eb Fix various python code quality issues il y a 6 ans
backend_open62541.py 12980441bc Unify license headers il y a 5 ans
backend_open62541_datatypes.py 2033d6a413 NodesetCompiler: Correctly escape quotation and slashes il y a 5 ans
backend_open62541_nodes.py f68e134460 feat(ns): Add possibility to blacklist nodes from nodeset generator il y a 5 ans
backend_open62541_typedefinitions.py 86b6dd0f14 fix(datatype-gen): Do not print code if empty types array il y a 5 ans
datatypes.py 1666968d9c NodesetCompiler: Print an empty ExtensionObject for unknown datatypes il y a 5 ans
nodes.py 2d70f1eef3 feat(nc): add support for reading Historizing attribute in UAVariable il y a 5 ans
nodeset.py f68e134460 feat(ns): Add possibility to blacklist nodes from nodeset generator il y a 5 ans
nodeset_compiler.py f68e134460 feat(ns): Add possibility to blacklist nodes from nodeset generator il y a 5 ans
nodeset_testing.py 51ed5301ef NodeSetCompiler: Pull NamespacMapping out of datatypes.py il y a 5 ans
opaque_type_mapping.py 12980441bc Unify license headers il y a 5 ans
type_parser.py 9a795903c6 fix(nc): Correcting code generation for OptionSet datatypes (bitmasks) il y a 5 ans

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