Skip to content

Commit 07d8eb9

Browse files
committed
Address review comments
1 parent d7ce096 commit 07d8eb9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/2_2_common_mechanisms.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,6 @@ t_i &:= t_{i-1} + T_{\mathit{interval, i}} \qquad i = 1,2,3,{...}
685685
|Generally, the time interval from the previous Clock tick to the current Clock tick.
686686
An exception applies to a tunable Clock whose interval has just changed in <<EventMode>> or <<ClockActivationMode>>.
687687
In this specific case, the new interval is relative to the time of the current <<EventMode>> or <<ClockActivationMode>>, not to the time of the previous Clock tick.
688-
The interval is provided differently for the different Clock types.
689688

690689
|===
691690

@@ -899,11 +898,10 @@ include::../headers/fmi3FunctionTypes.h[tag=GetIntervalDecimal]
899898

900899
[[intervals-get,`intervals`]]
901900
* `intervals` is an array of size `nValueReferences` to retrieve the Clock intervals.
902-
The value in the <<qualifiers>> array determines how the corresponding value in the `intervals` array is to be interpreted.
903901

904902
[[qualifiers,`qualifiers`]]
905903
* <<qualifiers>> is an array of size `nValueReferences` to retrieve the Clocks `qualifiers`.
906-
`qualifiers` describes how to treat the <<intervals-get>> and <<counters>> arguments and is defined as:
904+
The value in the <<qualifiers>> array determines how the corresponding values in the <<intervals-get>> and <<counters>> are to be interpreted, and is defined as:
907905

908906
[source, C]
909907
----

docs/5_3_scheduled_execution_example.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ include::examples/snippets.c[tags=SE_sa_task10ms]
3535

3636
The FMU requests to schedule the model partition of `AperiodicClock`.
3737
It calls <<fmi3ClockUpdateCallback>> to enable the importer to check whether the FMU has defined a new interval for `AperiodicClock`.
38-
By evaluating the returned values <<qualifiers>> and <<intervals-get>> of <<fmi3GetInterval>> the simulation algorithms determines if the respective task has to be scheduled and which delay has to be applied.
38+
By evaluating the returned values <<qualifiers>> and <<intervals-get>> of <<fmi3GetInterval>>, the simulation algorithm determines if the respective task has to be scheduled and which delay has to be applied.
3939

4040
[source, C]
4141
----

0 commit comments

Comments
 (0)