You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This release brings some major API and stability fixes.
Most noteworthy is that XML parsing is now an implementation detail.
Changes are not backwards compatible with 0.1.0.