Directory SimulationRuntime/fmi/export/fmi1/

Directory Created:
2014-03-31 15:33
Total Files:
5
Deleted Files:
2
Lines of Code:
1410

[root]/SimulationRuntime/fmi/export/fmi1

Lines of Code

SimulationRuntime/fmi/export/fmi1/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 2693 (100.0%) 69.0
adeas31 24 (61.5%) 2305 (85.6%) 96.0
wbraun 5 (12.8%) 252 (9.4%) 50.4
lochel 3 (7.7%) 94 (3.5%) 31.3
adrpo 4 (10.3%) 35 (1.3%) 8.7
sjoelund.se 2 (5.1%) 4 (0.1%) 2.0
hudson 1 (2.6%) 3 (0.1%) 3.0

Most Recent Commits

adrpo 2015-04-22 08:05 Rev.: 25673

Fix: #3288
- properly convert between modelica_string to fmiString
- some warning fixes in SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c

4 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+4 -4)
adrpo 2015-04-17 09:53 Rev.: 25599

Fix bug: #3243
- set the useStream array as done in simulation_runtime.cpp, function setGlobalVerboseLevel
- maybe we should have a function that sets these things which could be called from FMI and not use variable useStream directly

3 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+3 -2)
adrpo 2015-03-15 07:19 Rev.: 25105

- partial fix to #3067
- move initialize*Systems from fmi2EnterInitializationMode to fmi2Instantiate because after an fmi2Reset fuction fmi2EnterInitializationMode will be called again which would allocate memory for systems again

16 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+16 -18)
adeas31 2015-03-10 14:26 Rev.: 25006

- Fixed fmiEventUpdate.

25 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+25 -43)
adeas31 2015-03-06 17:15 Rev.: 24968

- FMI 1.0 co-simulation API skeleton.

178 lines of code changed in 3 files:

  • SimulationRuntime/fmi/export/fmi1: fmiModelFunctions.h (+78 -2), fmiModelTypes.h (+2 -1), fmu1_model_interface.c (+98 -1)
lochel 2015-01-29 17:41 Rev.: 24305

- removed deprecated numeric initialization approach
- removed simflags: "-iom=*" and "-iim=numeric"
- another commit will remove more code that belongs to the numeric initialization approach

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+1 -1)
wbraun 2014-12-16 15:47 Rev.: 23803

- fix for #2840
- a bit of clean up in the fmi interfaces

0 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (-25)
adeas31 2014-12-14 06:04 Rev.: 23775

- fixed typo.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+1 -1)
adeas31 2014-12-11 03:09 Rev.: 23725

- Only check for invalidNumber & nullPointer when NUMBER_OF_STATES > 0.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+1 -1)
adeas31 2014-12-10 16:52 Rev.: 23716

- Avoid `FMU could not converge in event update` error by setting the iterationConverged to true.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+1 -1)
adeas31 2014-12-06 06:04 Rev.: 23682

- fmiSetString should work the same as fmiSetReal/Integer/Boolean.

1 lines of code changed in 2 files:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+1 -12), fmu1_model_interface.h (-4)
sjoelund.se 2014-11-11 17:58 Rev.: 23321

Change the Modelica string to be implemented as a MetaModelica string (boxed)
- Note: Some Modelica functions might have become slower if string literals were not put into the _literals file

3 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+3 -2)
sjoelund.se 2014-11-05 15:00 Rev.: 23205

Add SerializeModelInfo (JSON) version to the compiler, using +d=modelInfoJSON
- JSON is faster to generate and parse than the XML format (roughly 10 seconds saved for running the testsuite)
- Not enabled by default since:
- OMEdit needs to fully support it
- 1 test fails with different results: fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+1 -1)
wbraun 2014-10-20 10:54 Rev.: 22815

- fix some typos in fmi

4 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+4 -4)
adrpo 2014-10-19 01:59 Rev.: 22806

- fix FMI crashes?

12 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+12 -1)
wbraun 2014-10-17 17:22 Rev.: 22801

#2840 - added assertion handling to fmi1 and fmi2 export

208 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+208 -153)
lochel 2014-09-30 22:33 Rev.: 22525

- fix fmi stuff

6 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+6 -6)
adeas31 2014-09-23 00:28 Rev.: 22404

#2767
- Fixed fmi2GetDerivatives & getReal.
- Added LogCategories to modelDescription.xml

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+1 -1)
adeas31 2014-06-01 17:03 Rev.: 20915

#2706
- Fixed the FMU memmory allocation & free memory issues.

15 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+15 -7)
adeas31 2014-05-29 03:11 Rev.: 20888

- Implemented fmiGetTypesPlatform, fmiGetVersion, fmiInstantiate, fmiFreeInstance, fmiSetupExperiment, fmiEnterInitializationMode & fmiExitInitializationMode functions for FMI 2.0 export.

16 lines of code changed in 2 files:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+4 -4), fmu1_model_interface.h (+12 -12)
lochel 2014-05-16 09:59 Rev.: 20635

- fix usage of storedRelations (formerly hysteresisEnabled)
- new, more precise names:
- array hysteresisEnabled renamed to storedRelations
- function storeRelations renamed to updateRelationsPre
- function updateHysteresis renamed to storeRelations
- cleanup:
- function printHysteresisRelations removed
- function activateHysteresis removed

87 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+87 -53)
hudson 2014-04-17 12:41 Rev.: 20191

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+3 -3)
wbraun 2014-04-17 12:39 Rev.: 20190

- fixes for fmi-export(#2664)
- removed ringbuffer usage
- activated logging
- fixed InOutTest testcase

39 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+39 -29)
wbraun 2014-04-02 19:00 Rev.: 19937

the evaluation of zerocrossings take now only needed equations into account
- less equations are needed to evaluate function_ZeroCrossings, not the whole rhs)
- Modelica.Fluid.Examples.Tanks.EmptyTanks.mos works again

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+1 -1)
adeas31 2014-04-01 12:37 Rev.: 19898

- Almost empty template for FMI2.0 export.

21 lines of code changed in 2 files:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (+9 -9), fmu1_model_interface.h (+12 -14)
adeas31 2014-03-31 16:05 Rev.: 19880

- Renamed the interface file to avoid conflicts.

867 lines of code changed in 4 files:

  • SimulationRuntime/fmi/export/fmi1: fmu1_model_interface.c (new 793), fmu1_model_interface.h (new 74), fmu_model_interface.c (del), fmu_model_interface.h (del)
adeas31 2014-03-31 15:33 Rev.: 19877

- Forgot to move files in the last commit.

1178 lines of code changed in 5 files:

  • SimulationRuntime/fmi/export/fmi1: fmiModelFunctions.h (new 216), fmiModelTypes.h (new 91), fmu_model_interface.c (new 793), fmu_model_interface.h (new 74), model_fmu.in (new 4)
Generated by StatSVN 0.7.0