Skip to content

Changes

Summary

  1. Always read variables directly from TLM bus (details)
  2. Fix result filter for tables (details)
  3. Remove Identifier.h/cpp (details)
  4. Fix deletion of associated connections (details)
  5. Fix tables and time in wc-systems (details)
  6. New flag --wallTime (details)
  7. Step me-system also if it doesn't contain any FMU (details)
  8. Update testsuite (details)
Commit bd19d08123d3e247bde7ad3fe4e4760ed239fa2b by robert.braun
Always read variables directly from TLM bus
  - OpenModelica/OMSimulator#590
- OpenModelica/OMSimulator-testsuite#139
The file was modified src/OMSimulatorLib/TLM/SystemTLM.cpp (diff)
Commit a47f1634eee2eb3302624404254982262379e760 by Lennart Ochel
Fix result filter for tables
  - OpenModelica/OMSimulator#591
The file was modified src/OMSimulatorLib/CSVReader.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentTable.cpp (diff)
Commit f3e813348b7b2cbd42547dd908a428d9e86683b5 by Lennart Ochel
Remove Identifier.h/cpp
  - OpenModelica/OMSimulator#593
The file was modified src/OMSimulatorLib/CMakeLists.txt (diff)
The file was removedsrc/OMSimulatorLib/Identifier.cpp
The file was modified src/OMSimulatorLib/ComRef.cpp (diff)
The file was removedsrc/OMSimulatorLib/Identifier.h
Commit 6a3f5829a591ec0c30b366d7b5c52d03ba500daf by Lennart Ochel
Fix deletion of associated connections
  - OpenModelica/OMSimulator#594
- OpenModelica/OMSimulator-testsuite#140
The file was modified src/OMSimulatorLib/ComRef.cpp (diff)
The file was modified src/OMSimulatorLib/ComRef.h (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified src/OMSimulatorLib/Connection.cpp (diff)
The file was modified src/OMSimulatorLib/OMSimulator.cpp (diff)
Commit 16ddac0967a1c4b79c684a8b255e446c4d8c1fb1 by Lennart Ochel
Fix tables and time in wc-systems
  - OpenModelica/OMSimulator#595
The file was modified src/OMSimulatorLib/SystemSC.cpp (diff)
Commit d36a8a6ba556d8daba4afd80664009194427b73f by Lennart Ochel
New flag --wallTime
  - OpenModelica/OMSimulator#592
The file was modified src/OMSimulatorLib/Model.h (diff)
The file was modified src/OMSimulatorLib/System.cpp (diff)
The file was modified src/OMSimulatorLib/Flags.h (diff)
The file was modified src/OMSimulatorLib/ComponentFMUME.cpp (diff)
The file was modified src/OMSimulatorLib/TLM/SystemTLM.cpp (diff)
The file was modified src/OMSimulatorLib/ComponentFMUCS.cpp (diff)
The file was modified src/OMSimulatorLib/Model.cpp (diff)
The file was modified src/OMSimulatorLib/Flags.cpp (diff)
Commit ccf82686ea4f9f9825b0bf662839f63a9046eaea by Lennart Ochel
Step me-system also if it doesn't contain any FMU
  - OpenModelica/OMSimulator#598
- OpenModelica/OMSimulator-testsuite#142
The file was modified src/OMSimulatorLib/SystemSC.cpp (diff)
The file was modified testsuite (diff)