From e1a4140c4179970e2fe8e79c95a01b21d7d6d3f9 Mon Sep 17 00:00:00 2001 From: modelica Date: Fri, 25 Oct 2024 12:24:22 +0000 Subject: [PATCH] Update from https://github.com/modelica/ssp-standard/commit/0cf1aaab1dd1c5f4ac29a6e1471332d943661c77 --- static/docs/main/index.html | 136 ++++++++++++++++++++++++++++++++++-- 1 file changed, 130 insertions(+), 6 deletions(-) diff --git a/static/docs/main/index.html b/static/docs/main/index.html index 08fd009..1f2702a 100644 --- a/static/docs/main/index.html +++ b/static/docs/main/index.html @@ -586,8 +586,8 @@ @@ -1097,10 +1104,13 @@

1.4. Acknowledgements

Christian Bertsch, Bosch

  • +

    Thomas Beutlich

    +
  • +
  • Dag Brück, Dassault Systèmes

  • -

    Markus Deppe, dSpace

    +

    Markus Deppe, dSPACE

  • Hans-Martin Heinkel, Bosch

    @@ -1112,6 +1122,12 @@

    1.4. Acknowledgements

    Jan-Niklas Jäschke, TLK-Thermo

  • +

    Robert Hällqvist, SAAB Group

    +
  • +
  • +

    Ulrich Kiffmeier, dSPACE

    +
  • +
  • Jochen Köhler, ZF Friedrichshafen

  • @@ -1136,6 +1152,9 @@

    1.4. Acknowledgements

    Klaus Schuch, AVL

  • +

    Daniel Weil, Dassault Systèmes

    +
  • +
  • Karl Wernersson, Dassault Systèmes

  • @@ -1151,7 +1170,112 @@

    1.4. Acknowledgements

    -

    1.5. Changes in 1.0.1

    +

    1.5. Changes in 2.0.0

    +
    +

    This major release of the SSP standard provides support for FMI 3.0, as well as other enhancements in response to new end-user requirements for architectural design, traceability, incremental development, and support of Modelica models as components.

    +
    +
    +

    SSP 2.0 is a major version release, however all SSP 1.0 conforming artifacts remain fully conforming to SSP 2.0. +SSP 2.0 conforming artifacts are only conforming to the SSP 1.0 standard if they use a 1.0 version number and only use features available in SSP 1.0.

    +
    +
    +

    The following changes were performed as part of the 2.0.0 major release:

    +
    +
    +
      +
    • +

      Support for FMI 3.0

      +
      +
        +
      • +

        Support for the new basic data types: Float32/64, and [U]Int8/16/32/64. +The binary data type was already supported in SSP 1.0.

        +
      • +
      • +

        Support for the new scheduled execution implementation kind in the component implementation attribute.

        +
      • +
      • +

        Support for clocks as a new connector kind, and clocked variables/connectors.

        +
      • +
      • +

        Support for arrays in connectors and connections in the SSD, as well as in the SSV and SSB file formats.

        +
      • +
      • +

        Support for structural parameters with the new connector kind structuralParameter.

        +
      • +
      • +

        Support for the redesigned alias variable handling in FMI 3.0.

        +
      • +
      +
      +
    • +
    • +

      Architectural design features

      +
      +
        +
      • +

        The component source attribute is now optional to support the usage of system structure descriptions for simulation architecture design without available component implementations.

        +
      • +
      • +

        New connector kinds local, and constant are added to the specification, to support more encompassing interface specifications for components, and further parameter propagation.

        +
      • +
      • +

        Support for optional inner view connector coordinates, in addition to the outer view connector coordinates. +This feature enables more advanced graphical editing of SSP models.

        +
      • +
      +
      +
    • +
    • +

      Traceability and meta-data features

      +
      +
        +
      • +

        Integration of the MetaData element developed as part of the SSP Traceability layered standard into the core standard, supporting the integration of arbitrary meta-data and digital signatures into the SSP file formats.

        +
      • +
      • +

        Support for mixed content in annotations, as in FMI 3.0 and the SSP Traceability layered standard.

        +
      • +
      +
      +
    • +
    • +

      Support for Modelica

      +
      +
        +
      • +

        Support in the core standard for Modelica models as components

        +
      • +
      • +

        Support for the mapping of complex Modelica types in interfaces to binary connectors in SSP

        +
      • +
      +
      +
    • +
    • +

      General clarifications and bug fixes

      +
      + +
      +
    • +
    +
    +
    +
    +

    1.6. Changes in 1.0.1

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