Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.3.0

Pre-release
Pre-release

Choose a tag to compare

@markaren markaren released this 21 Oct 22:55
· 575 commits to master since this release

Various updates and refactoring to make FMI4cpp compatible with FMU-proxy.

Most noteworthy is a major change to the API where init is removed from FmuInstance. Users must now replace this call with the three functions setupExperiment, enterInitializationMode and exitInitializationMode (in that order). The reason being that the old init function made it impossible to set start values as intended.