ghorwin / FMICodeGenerator

A Code Generator that creates native C/C++ code to build Functional Mock-Up Units (FMU) with support for FMI version 2.0 (rollback)
BSD 3-Clause "New" or "Revised" License
51 stars 25 forks source link

Port FMICodeGenerator to C++ #36

Open ghorwin opened 3 years ago

ghorwin commented 3 years ago

Convert Python code to C++ code to avoid the annoying PyQt compatibility problems (especially on Mac and Windows).