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

Print outputs for major processing steps #12

Closed ghorwin closed 5 years ago

ghorwin commented 5 years ago

Generate console output for major process steps:

  1. copy template directory structure and rename files
  2. substitute placeholders
  3. test-build FMU
  4. ...

This will help users fix problems in case something goes wrong.