From b426e59077ad3fb32cc027eaa851d965d58513d8 Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Tue, 18 Nov 2025 14:45:40 +0100 Subject: [PATCH 1/2] Update descriptions of layered standards --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 570804d99..9b7f57295 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Releases and the [latest development version](https://fmi-standard.org/docs/main The following [layered standards](https://github.com/modelica/fmi-standard/blob/main/docs/2_6_versioning_layered_standards.adoc#versioning-and-layered-standards) are currently under development: -- [XCP](https://github.com/modelica/fmi-ls-xcp) — information for calibration and measurement -- [Network Communication](https://github.com/modelica/fmi-ls-bus) — mapping of variables to buses +- [XCP](https://github.com/modelica/fmi-ls-xcp) — calibration and measurement +- [Network Communication](https://github.com/modelica/fmi-ls-bus) — simulation of network communication - [Structure](https://github.com/modelica/fmi-ls-struct) — semantic grouping of variables -- [REF](https://github.com/modelica/fmi-ls-ref) — stimuli and reference results +- [REF](https://github.com/modelica/fmi-ls-ref) — stimuli, reference results, and related files ## Copyright and License From fecffc29d9f4b7eb53a09f4f18e8b1bb9c90b2c6 Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Wed, 19 Nov 2025 15:48:47 +0100 Subject: [PATCH 2/2] Add "FMI-LS-" prefix to layered standards --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b7f57295..826d56ef8 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Releases and the [latest development version](https://fmi-standard.org/docs/main The following [layered standards](https://github.com/modelica/fmi-standard/blob/main/docs/2_6_versioning_layered_standards.adoc#versioning-and-layered-standards) are currently under development: -- [XCP](https://github.com/modelica/fmi-ls-xcp) — calibration and measurement -- [Network Communication](https://github.com/modelica/fmi-ls-bus) — simulation of network communication -- [Structure](https://github.com/modelica/fmi-ls-struct) — semantic grouping of variables -- [REF](https://github.com/modelica/fmi-ls-ref) — stimuli, reference results, and related files +- [FMI-LS-XCP](https://github.com/modelica/fmi-ls-xcp) — calibration and measurement +- [FMI-LS-Bus](https://github.com/modelica/fmi-ls-bus) — simulation of network communication +- [FMI-LS-Struct](https://github.com/modelica/fmi-ls-struct) — semantic grouping of variables +- [FMI-LS-Ref](https://github.com/modelica/fmi-ls-ref) — stimuli, reference results, and related files ## Copyright and License