Skip to content

Commit

Permalink
Update Reference FMUs submodule to cf5b874 (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed May 10, 2022
1 parent 526166d commit 7ece698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference-FMUs
Submodule Reference-FMUs updated 55 files
+1 −1 BouncingBall/FMI3.xml
+1 −1 BouncingBall/buildDescription.xml
+5 −6 BouncingBall/model.c
+1 −1 Clocks/FMI3.xml
+1 −1 Clocks/buildDescription.xml
+2 −0 Clocks/model.c
+1 −1 Dahlquist/FMI3.xml
+1 −1 Dahlquist/buildDescription.xml
+16 −16 Feedthrough/FMI1CS.xml
+16 −16 Feedthrough/FMI1ME.xml
+12 −12 Feedthrough/FMI2.xml
+75 −24 Feedthrough/FMI3.xml
+3 −7 Feedthrough/Feedthrough_in.csv
+1 −1 Feedthrough/buildDescription.xml
+111 −24 Feedthrough/config.h
+463 −85 Feedthrough/model.c
+1 −1 LinearTransform/FMI3.xml
+1 −1 LinearTransform/buildDescription.xml
+1 −1 Resource/FMI3.xml
+1 −1 Resource/buildDescription.xml
+1 −1 Stair/FMI3.xml
+1 −1 Stair/buildDescription.xml
+1 −1 VanDerPol/FMI3.xml
+1 −1 VanDerPol/buildDescription.xml
+1 −1 azure-pipelines.yml
+4 −1 examples/Examples.cmake
+183 −87 examples/Feedthrough.c
+2 −2 examples/cs_event_mode.c
+0 −2 examples/cs_intermediate_update.c
+2 −2 examples/jacobian.c
+1 −1 examples/scs_synchronous.c
+10 −32 examples/scs_threaded.c
+1 −1 examples/simulate_fmi1_cs.c
+1 −1 examples/simulate_fmi1_me.c
+1 −1 examples/simulate_fmi2_cs.c
+1 −1 examples/simulate_fmi2_me.c
+2 −2 examples/simulate_fmi3_me.c
+11 −7 examples/util.h
+1 −1 include/FMI.h
+34 −34 include/FMI1.h
+42 −42 include/FMI2.h
+76 −83 include/FMI3.h
+2 −15 include/fmi3FunctionTypes.h
+15 −5 include/fmi3Functions.h
+1 −1 include/fmi3PlatformTypes.h
+26 −13 include/model.h
+1 −1 merge_platform_binaries.py
+71 −21 src/FMI.c
+64 −60 src/FMI1.c
+70 −70 src/FMI2.c
+129 −137 src/FMI3.c
+115 −78 src/cosimulation.c
+2 −20 src/fmi1Functions.c
+34 −72 src/fmi3Functions.c
+4 −4 test_build.py

0 comments on commit 7ece698

Please sign in to comment.