]> gerrit.simantics Code Review - simantics/fmil.git/commit
Pending status can be returns from FMU to Native C to Java 93/2293/3
authorMiro Richard Eklund <miro.eklund@semantum.fi>
Wed, 10 Oct 2018 11:49:08 +0000 (14:49 +0300)
committerMiro Richard Eklund <miro.eklund@semantum.fi>
Wed, 10 Oct 2018 11:53:37 +0000 (14:53 +0300)
commitf6f05cb36bc0b849af8090efac1d549779e2076f
treed9f8050873c9ad6f77adb04dd36a9a3611aab07b
parentd37b60d393c862f9919244bd01d5a33acfa0a1c0
Pending status can be returns from FMU to Native C to Java

Previous doStep only returned status OK or ERROR. Now pending status is
possible for asyncronous FMUs.

gitlab #10

Change-Id: I5d2ff07e98fe0137fcc9ed3500b3b0986bf1dbe0
org.simantics.fmil.core/README.md
org.simantics.fmil.core/native/FMUSimulator/src/fmi_util.c
org.simantics.fmil.core/native/FMUSimulator/src/fmu_control.cpp
org.simantics.fmil.core/src/org/simantics/fmil/core/FMIL.java
org.simantics.fmil.win32/libraries/FMUSimulator.dll
org.simantics.fmil.win64/libraries/FMUSimulator.dll