From 63714789b28358a493de6270a01d7e05317405c2 Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Thu, 22 Jul 2021 14:13:43 +0200 Subject: [PATCH] Bump version to 3.0-beta.2 (#1483) and use Reference FMUs v0.0.9 --- docs/3_3_model_exchange_example.adoc | 2 +- docs/Reference-FMUs | 2 +- docs/examples/alias_example.xml | 2 +- docs/examples/build_description_complex.xml | 2 +- docs/examples/build_description_simple.xml | 2 +- docs/examples/co_simulation.xml | 2 +- docs/examples/co_simulation_early_return.xml | 2 +- docs/examples/model_exchange.xml | 2 +- docs/examples/model_structure_example1.xml | 2 +- docs/examples/model_structure_example2.xml | 2 +- docs/examples/model_structure_example3.xml | 2 +- docs/examples/model_structure_example4.xml | 2 +- docs/examples/scheduled_execution.xml | 2 +- docs/examples/string_vector_example.xml | 2 +- docs/examples/structural_parameter_example.xml | 2 +- docs/examples/unit_definition.xml | 2 +- docs/examples/variable_types.xml | 2 +- headers/fmi3FunctionTypes.h | 2 +- headers/fmi3Functions.h | 4 ++-- headers/fmi3PlatformTypes.h | 2 +- schema/fmi3ModelDescription.xsd | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/3_3_model_exchange_example.adoc b/docs/3_3_model_exchange_example.adoc index 376fb32da..883ba1a35 100644 --- a/docs/3_3_model_exchange_example.adoc +++ b/docs/3_3_model_exchange_example.adoc @@ -6,7 +6,7 @@ If the FMU would be used inside another model, additional code is needed, especi [source, c] ---- -include::Reference-FMUs/examples/model_exchange.c[tags=ModelExchange] +include::Reference-FMUs/examples/simulate_me.c[tags=ModelExchange] ---- In the code above errors are handled by the following definition: diff --git a/docs/Reference-FMUs b/docs/Reference-FMUs index 99524be50..5963cb0b2 160000 --- a/docs/Reference-FMUs +++ b/docs/Reference-FMUs @@ -1 +1 @@ -Subproject commit 99524be507de8895b8a32592e38dae9525d8a05d +Subproject commit 5963cb0b2df61f5619e9880a09690cba64f37ab6 diff --git a/docs/examples/alias_example.xml b/docs/examples/alias_example.xml index 768341d0d..78d56dd49 100644 --- a/docs/examples/alias_example.xml +++ b/docs/examples/alias_example.xml @@ -1,6 +1,6 @@ - + diff --git a/docs/examples/build_description_simple.xml b/docs/examples/build_description_simple.xml index 604fdc441..88a19aaa9 100644 --- a/docs/examples/build_description_simple.xml +++ b/docs/examples/build_description_simple.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/examples/co_simulation.xml b/docs/examples/co_simulation.xml index 584463cff..874eb8348 100644 --- a/docs/examples/co_simulation.xml +++ b/docs/examples/co_simulation.xml @@ -1,6 +1,6 @@ - + diff --git a/docs/examples/string_vector_example.xml b/docs/examples/string_vector_example.xml index 34aef145a..82da44d88 100644 --- a/docs/examples/string_vector_example.xml +++ b/docs/examples/string_vector_example.xml @@ -1,6 +1,6 @@ - + diff --git a/headers/fmi3FunctionTypes.h b/headers/fmi3FunctionTypes.h index e81ede61c..ffd2597d4 100644 --- a/headers/fmi3FunctionTypes.h +++ b/headers/fmi3FunctionTypes.h @@ -4,7 +4,7 @@ #include "fmi3PlatformTypes.h" /* -This header file defines the data and function types of FMI 3.0-beta.1. +This header file defines the data and function types of FMI 3.0-beta.2. It must be used when compiling an FMU or an FMI importer. Copyright (C) 2011 MODELISAR consortium, diff --git a/headers/fmi3Functions.h b/headers/fmi3Functions.h index f2897597f..12d687910 100644 --- a/headers/fmi3Functions.h +++ b/headers/fmi3Functions.h @@ -2,7 +2,7 @@ #define fmi3Functions_h /* -This header file declares the functions of FMI 3.0-beta.1. +This header file declares the functions of FMI 3.0-beta.2. It must be used when compiling an FMU. In order to have unique function names even if several FMUs @@ -93,7 +93,7 @@ it may be set to __declspec(dllimport). #endif /* FMI version */ -#define fmi3Version "3.0-beta.1" +#define fmi3Version "3.0-beta.2" /*************************************************** Common Functions diff --git a/headers/fmi3PlatformTypes.h b/headers/fmi3PlatformTypes.h index 42547ee5d..5db7106e9 100644 --- a/headers/fmi3PlatformTypes.h +++ b/headers/fmi3PlatformTypes.h @@ -2,7 +2,7 @@ #define fmi3PlatformTypes_h /* -This header file defines the data types of FMI 3.0-beta.1. +This header file defines the data types of FMI 3.0-beta.2. It must be used by both FMU and FMI master. Copyright (C) 2008-2011 MODELISAR consortium, diff --git a/schema/fmi3ModelDescription.xsd b/schema/fmi3ModelDescription.xsd index a72a26c4e..e392232ba 100644 --- a/schema/fmi3ModelDescription.xsd +++ b/schema/fmi3ModelDescription.xsd @@ -102,7 +102,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - +