Skip to content

Commit

Permalink
Write C++ generator (#431)
Browse files Browse the repository at this point in the history
This is a major patch where we implement the generator for C++ SDK.
  • Loading branch information
mristin authored Jan 17, 2024
1 parent f080c44 commit 89df0e1
Show file tree
Hide file tree
Showing 111 changed files with 235,906 additions and 19 deletions.
9 changes: 9 additions & 0 deletions .idea/dictionaries/rist.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions aas_core_codegen/cpp/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Generate C++ code based on the intermediate meta-model."""
5 changes: 5 additions & 0 deletions aas_core_codegen/cpp/aas_common/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Generate C++ code for common functions."""
from aas_core_codegen.cpp.aas_common import _generate

generate_header = _generate.generate_header
generate_implementation = _generate.generate_implementation
Loading

0 comments on commit 89df0e1

Please sign in to comment.