Skip to content

Commit 48e3d0c

Browse files
author
Robert Hällqvist
committed
Merge of local updates
1 parent 985e63d commit 48e3d0c

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

docs/1___overview.adoc

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ This major release of the SSP standard provides support for FMI 3.0, as well as
154154
Even though SSP 2.0 is a major version release, all SSP 1.0 conforming artifacts are considered to be fully conforming to SSP 2.0.
155155
SSP 2.0 conforming artifacts are only compliant to the SSP 1.0 standard if they use a 1.0 version number and only use features available in SSP 1.0.
156156

157-
The following changes were performed as part of the 2.0.0 major release:
157+
An overview of the changes in the 2.0.0 major release are provided in the bulleted lists below. Many different advancements to the specification have been discussed; however, the SSP 2.0 specification has, in its current status, been deduced as a feasible least-common denominator for the exchange of simulation packages that is able to provide value for both end-users and tool suppliers.
158158

159159
* Support for FMI 3.0
160160
** Support for the new basic data types: Float32/64, and [U]Int8/16/32/64.
161-
** Support for the new scheduled execution implementation kind in the component implementation attribute.
162-
** Support for clocks as a new connector kind, and clocked variables/connectors.
161+
** Support for the new scheduled execution implementation kind in the component implementation attribute. Scheduled execution enables, for example, enriched event controlled execution of SSP components.
162+
** Clocked signals were introduced to FMI 3.0 for more exactly control timing of events and evaluation of model partitions across FMUs. SSP 2.0 introduces clocks as a new connector kind, and clocked variables/connectors.
163163
** Support for arrays in connectors and connections in the SSD, as well as in the SSV and SSB file formats.
164164
** Support for structural parameters with the new connector kind `structuralParameter`.
165165
** Support for the redesigned alias variable handling in FMI 3.0.
@@ -170,7 +170,7 @@ The following changes were performed as part of the 2.0.0 major release:
170170
This feature enables more advanced graphical editing of SSP models.
171171
* Traceability and meta-data features
172172
** Integration of the `MetaData` element developed as part of the SSP Traceability layered standard into the core standard.
173-
This allows the integration of arbitrary meta-data and digital signatures into the SSP file formats.
173+
This allows the integration of arbitrary meta-data and digital signatures, such as life-cycle information, into the SSP file formats.
174174
** Support for mixed content in annotations, as in FMI 3.0 and the SSP Traceability layered standard.
175175
* Support for Modelica
176176
** Support in the core standard for Modelica models as components
@@ -181,18 +181,7 @@ The following changes were performed as part of the 2.0.0 major release:
181181
** Clarify uniqueness of root SSDs in https://github.com/modelica/ssp-standard/pull/23
182182
** Clarify hierarchical parameter name resolution in https://github.com/modelica/ssp-standard/pull/27
183183

184-
=== Changes in 1.0.1
185184

186-
The following changes were performed as part of the 1.0.1 maintenance release:
187185

188-
* Correct version string for 1.0 release (Issue #54)
189-
* Clarify that GTypeChoice is optional for connectors (Issue #80)
190-
* Clarify use of binary connectors (Issue #98)
191-
* Clarify interaction with structured variable naming convention in FMI (Issue #59)
192-
* Clarify icon rotation specification (Issue #29)
193-
* Add non-normative comment on empty/missing source attribute of components (Issue #82)
194-
* Clarify connector geometry override (Issue #30)
195-
* Add further examples of graphical notation (Issue #42)
196-
* Minor typographical fixes (Issues #56, #57, #58)
197186

198-
Note that there were no changes to the XML Schema files of the standard.
187+

0 commit comments

Comments
 (0)