From ff9f6b8e0cc87dab8440b746c669905c033fb4b8 Mon Sep 17 00:00:00 2001 From: Clemens Linnhoff Date: Mon, 28 Aug 2023 14:36:27 +0200 Subject: [PATCH 1/3] Update model_types.adoc Add SSP as possible packaging for OSMP models --- doc/spec/model_types.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/spec/model_types.adoc b/doc/spec/model_types.adoc index 3882bb7..78ac5ca 100644 --- a/doc/spec/model_types.adoc +++ b/doc/spec/model_types.adoc @@ -4,7 +4,7 @@ include::{root-path}_config.adoc[] endif::[] = Model types -The current specification supports packaging the following model types as _Functional Mock-up Units_ (FMUs): +The current specification supports packaging the following model types as _Functional Mock-up Units_ (FMUs). A model can alternatively be packaged as an OSI-compliant system according to the _System Structure and Parameterization_ (SSP) standard, consisting of multiple FMUs. Environmental effect model:: This model type can be used to model environmental effects or the physical parts of sensors. From 391e4a6130799bd48a258086ab95385bab5e620a Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Fri, 8 Mar 2024 17:34:52 +0100 Subject: [PATCH 2/3] Expand on relationship between OSMP and SSP Signed-off-by: Pierre R. Mai --- doc/spec/model_types.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/spec/model_types.adoc b/doc/spec/model_types.adoc index 78ac5ca..e746485 100644 --- a/doc/spec/model_types.adoc +++ b/doc/spec/model_types.adoc @@ -4,7 +4,7 @@ include::{root-path}_config.adoc[] endif::[] = Model types -The current specification supports packaging the following model types as _Functional Mock-up Units_ (FMUs). A model can alternatively be packaged as an OSI-compliant system according to the _System Structure and Parameterization_ (SSP) standard, consisting of multiple FMUs. +The current specification supports packaging the following model types as _Functional Mock-up Units_ (FMUs). Environmental effect model:: This model type can be used to model environmental effects or the physical parts of sensors. @@ -35,3 +35,5 @@ All models may also consume a global `osi3::GroundTruth` parameter during initia Complex models may combine various aspects of the above model types. Manual intervention is needed to configure and set up these FMUs. + +In implementations that support the use of the _System Structure and Parameterization_ (SSP) standard, a model can alternatively be packaged as a system consisting of multiple FMUs, if it presents the same interface at system level as this specification gives for the overall model of the given type. From 8fee47f011e61ba22867fee5551dfd97cad93d92 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Mon, 25 Mar 2024 11:59:20 +0100 Subject: [PATCH 3/3] Minor rewording --- doc/spec/model_types.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/spec/model_types.adoc b/doc/spec/model_types.adoc index e746485..b6c7c7b 100644 --- a/doc/spec/model_types.adoc +++ b/doc/spec/model_types.adoc @@ -36,4 +36,4 @@ All models may also consume a global `osi3::GroundTruth` parameter during initia Complex models may combine various aspects of the above model types. Manual intervention is needed to configure and set up these FMUs. -In implementations that support the use of the _System Structure and Parameterization_ (SSP) standard, a model can alternatively be packaged as a system consisting of multiple FMUs, if it presents the same interface at system level as this specification gives for the overall model of the given type. +In implementations that support the use of the _System Structure and Parameterization_ (SSP) standard, a model can alternatively be packaged as a system consisting of multiple FMUs, if it presents the same interface at system level as this specification mandates for the overall model of the given type.