Skip to content

Commit 071c8ed

Browse files
committed
Exclude changes which were already solved with PR 44 and PR 45
1 parent cdd8070 commit 071c8ed

File tree

5 files changed

+826
-625
lines changed

5 files changed

+826
-625
lines changed

docs/1___overview.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SSP is a tool-independent format for the description, packaging and exchange of
44
The standard is comprised of a set of XML-based formats to describe a network of component models with their signal flow and parametrization, as well as a ZIP-based packaging format for efficient distribution of entire systems, including any referenced models and other resources.
55
This description is tool neutral and is intended to be used primarly as an exchange format of simulation system descriptions between different tools.
66

7-
SSP can be seen as an extension to the FMI (Functional Mockup Interface) standard [FMI20] [FMI30].
7+
SSP can be seen as an extension to the FMI (Functional Mockup Interface) standard [FMI20].
88
FMI describes a tool independent standard to exchange single simulation models.
99
Using SSP, complete systems consisting of multiple interconnected simulation models can be defined with the desired signal flow and also with the wanted parameterization of each single model as well as the parameters for the complete system.
1010
This system topology can include hierarchies of sub-systems for proper structuring of the overall system.
@@ -52,6 +52,7 @@ From a simulation perspective, each component has to be described with its input
5252
This can be done using SSP by defining the wrapper of this component with an empty Component element comprising the connectors for the inputs and outputs and the component's parameters.
5353

5454
The interaction of the components is defined by the connections.
55+
Connections in SSP are always causal.
5556
Connections can be made directly between components or via signal dictionaries.
5657
A signal dictionary is a collection of signals similar to a bus concept (e.g. like a CAN bus).
5758
During the design phase of a system, a signal dictionary can be a good way to predefine the available signal connections.

docs/4___common_content.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The following XML child elements are specified for the Unit element:
136136
===== BaseUnit
137137

138138
This element defines the base unit of the given unit in SI units.
139-
This is completely aligned with the specification of base units in section 2.4.3 of the FMI 3.0 standard [FMI30].
139+
This is completely aligned with the specification of base units in section 2.2.2 of the FMI 2.0 standard [FMI20].
140140

141141
image:images/image10.png[image,width=263,height=771]
142142

docs/5___ssd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The root element of an SSD file *MUST* be a SystemStructureDescription element,
1717
|Attribute |Description
1818
|version |This required attribute specifies the version of this specification that the system description conforms to.
1919
Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute.
20-
For the current release this *MUST* be 2.0 or 1.0.
20+
For the current release this *MUST* be 1.0.
2121
|name |This required attribute provides a name, which can be used for purposes of presenting the system structure to the user, for example when selecting individual variant SSDs from an SSP.
2222
|===
2323

docs/A___literature.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ https://semver.org/spec/v2.0.0.html
1212
[XML10] World Wide Web Consortium: *Extensible Markup Language (XML) 1.0 (Fifth Edition).* W3C Recommendation. 2008. +
1313
http://www.w3.org/TR/2008/REC-xml-20081126/
1414

15-
[FMI20] Modelica Association: *Functional Mock-up Interface for Model Exchange and Co-Simulation, Version 2.0.4.* 2022. +
16-
https://github.com/modelica/fmi-standard/releases/download/v2.0.4/FMI-Specification-2.0.4.pdf
17-
18-
[FMI30] Modelica Association: *Functional Mock-up Interface Specification, Version 3.0.1.* 2023. +
19-
https://fmi-standard.org/docs/3.0.1/
15+
[FMI20] Modelica Association: *Functional Mock-up Interface for Model Exchange and Co-Simulation, Version 2.0.3.* 2021. +
16+
https://github.com/modelica/fmi-standard/releases/download/v2.0.3/FMI-Specification-2.0.3.pdf
2017

2118
[OSMP120] ASAM e.V.: *OSI Sensor Model Packaging Version 1.2.0.* 2021. +
2219
https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/releases/tag/v1.2.0

0 commit comments

Comments
 (0)