Skip to content

Commit 5876499

Browse files
author
Stefan Cyliax
authored
Merge pull request #79 from OpenSimulationInterface/add_bibliograhpy_entries_osmp
Added bibliography entries. Relates to OpenSimulationInterface/open-s…
2 parents 4712241 + 2d94669 commit 5876499

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/spec/basic_conventions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Basic conventions
22

3-
The model shall be packaged as a valid FMU for co-simulation, as specified in the FMI 2.0 standard.
4-
Unless otherwise noted, all specifications in the FMI 2.0 standard apply as-is.
3+
The model shall be packaged as a valid FMU for co-simulation, as specified in the FMI 2.0 standard cite:[fmi2.0].
4+
Unless otherwise noted, all specifications in the FMI 2.0 cite:[fmi2.0] standard apply as-is.
55

66
The following annotation shall be placed into the `<VendorAnnotations>` element of the `modelDescription.xml` to mark the FMU as being conformant to this version of the specification:
77

doc/spec/binary_variables.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
= Binary variables
22

3-
FMI 2.0 does not directly support the efficient exchange of arbitrary binary data between FMUs.
4-
OSMP therefore introduces the concept of notional binary variables that are mapped to actual integer variables for use with FMI 2.0.
3+
FMI 2.0 cite:[fmi2.0] does not directly support the efficient exchange of arbitrary binary data between FMUs.
4+
OSMP therefore introduces the concept of notional binary variables that are mapped to actual integer variables for use with FMI 2.0 cite:[fmi2.0].
55
Future FMI versions will directly support binary variables compatible with this concept.
66

77
A notional binary variable named `<prefix>` is defined using the following conventions:
88

9-
The name of the notional binary variable given by `<prefix>` shall be a valid structured name according to FMI 2.0.
9+
The name of the notional binary variable given by `<prefix>` shall be a valid structured name according to FMI 2.0 cite:[fmi2.0].
1010

1111
The FMU shall not contain any other variable that is named `<prefix>`.
1212
This restriction ensures that there is no conflict between notional binary variables and actual variables.

0 commit comments

Comments
 (0)