forked from modelica/fmi-standard
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace hard-coded figure numbers with cross-references (modelica#551)
Showing
7 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
== FMI for Model Exchange [[fmi-for-model-exchange]] | ||
This chapter contains the interface description to access the equations of a dynamic system from a C program. | ||
A schematic view of a model in "FMI for Model Exchange" format is shown in Figure 2: | ||
A schematic view of a model in "FMI for Model Exchange" format is shown in <<figure-model-exchange-data-flow>>: | ||
|
||
.Data flow between the environment and an FMU for Model Exchange | ||
[#figure-model-exchange-data-flow] | ||
image::images/model-exchange-data-flow.svg[width=80%, align="center"] | ||
|
||
.Data flow between the environment and an FMU for Model Exchange: | ||
[blue]*Blue* arrows: Information provided by the FMU. + | ||
[red]*Red* arrows : Information provided to the FMU. + | ||
*v*~start~, *u*, *y*, *w*, *x*~d~ are of type Real, Integer, Boolean, String; | ||
*t*, *x*~c~, *z* are of type Real. | ||
[caption="Figure 2:"] | ||
image::images/model-exchange-data-flow.svg[width=80%, align="center"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters