Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention CCLA explicitely in this layered standard. #62

Merged
merged 3 commits into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ Limitations for binary FMUs:
* Normally only variables in the memory segments owned by the main FMU binary `{.dll, .so}` are accessible by the XCP service, i.e., variables defined in source code modules and in statically linked libraries.
Accessing variables in the memory of indirectly loaded dynamic libraries requires a special implementation which is out-of-scope for this layered standard.

== Contributors
== Contributions

- Christian Bertsch, Robert Bosch GmbH, Germany
- Matthias Blesken, dSPACE GmbH, Germany
Expand All @@ -528,6 +528,8 @@ Accessing variables in the memory of indirectly loaded dynamic libraries require
- Markus Süvern, dSPACE GmbH, Germany
- Patrick Täuber, dSPACE GmbH, Germany

Contributions to this layered standard to the FMI standard are covered by the https://github.com/modelica/fmi-standard.org/blob/main/static/assets/FMI_CCLA_v1.0_2016_06_21.pdf[Corporate Contributors License Agreement (CCLA)] of the Modelica Association Project FMI.

[bibliography]
== References

Expand Down
Loading