From 5056a3bb10ea3c0fd3ee66c570780287b57215bc Mon Sep 17 00:00:00 2001 From: Dietmar Winkler Date: Fri, 26 Oct 2018 09:30:01 +0200 Subject: [PATCH] Fixes #393 according to the suggestion in the ticket (#455) * Fixes #393 according to the suggestion in the ticket * Update fix to fmi3 prefixes --- docs/3_1_model_exchange_math.adoc | 2 +- docs/3_2_model_exchange_api.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/3_1_model_exchange_math.adoc b/docs/3_1_model_exchange_math.adoc index 94f25d441..fca7b45f4 100644 --- a/docs/3_1_model_exchange_math.adoc +++ b/docs/3_1_model_exchange_math.adoc @@ -141,7 +141,7 @@ image::images/Event.svg[width=60%, align="center"] . At every completed step of an integrator, `fmi3CompletedIntegratorStep` must be called (provided the capability flag `ModelDescription.completedIntegratorStepNotNeeded = false`). An event occurs at this time instant, -if indicated by the return argument `nextMode = EventMode`. +if indicated by the return argument `enterEventMode = fmi3True`. Such an event is called [underline]#step event#. _[Step events are, for example, used to dynamically change the (continuous) states of a model internally in the FMU, diff --git a/docs/3_2_model_exchange_api.adoc b/docs/3_2_model_exchange_api.adoc index 470f8a43a..827623a90 100644 --- a/docs/3_2_model_exchange_api.adoc +++ b/docs/3_2_model_exchange_api.adoc @@ -168,7 +168,7 @@ it is not allowed to go back in time over the previous `fmi3CompletedIntegratorS _[This function might be used, for example, for the following purposes:_ . _Delays:_ + -_All variables that are used in a "delay(..)" operator are stored in an appropriate buffer and the function returns with `nextMode` = `fmi3ContinuousTimeMode`._ +_All variables that are used in a "delay(..)" operator are stored in an appropriate buffer and the function returns with `enterEventMode` = `fmi3False`, and `terminateSimulation` = `fmi3False`._ . _Dynamic state selection: + It is checked whether the dynamically selected states are still numerically appropriate. If yes,