Directory SimulationRuntime/cpp/Include/FMU2/

Directory Created:
2015-03-21 11:21
Total Files:
7
Deleted Files:
0
Lines of Code:
1714

[root]/SimulationRuntime/cpp/Include/FMU2

Lines of Code

SimulationRuntime/cpp/Include/FMU2/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 50 (100.0%) 2113 (100.0%) 42.2
rfranke 39 (78.0%) 2038 (96.5%) 52.2
hudson 11 (22.0%) 75 (3.5%) 6.8

Most Recent Commits

rfranke 2015-04-10 17:45 Rev.: 25500

adapt FMI2 to new SimVars

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+2 -1)
rfranke 2015-04-09 11:30 Rev.: 25459

FMI2 Cpp: separate initializeMemory from initializeFreeVariables to avoid memory leak in fmi2Reset and to speed it up

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+1 -1)
rfranke 2015-04-04 23:47 Rev.: 25397

FMI2 Cpp: implement fmi2Reset function

- CodegenFMUCpp.tpl: need an own initialize() method that does all but evaluation of initial equations
- FMU2Wrapper.cpp: implement reset() method and adapt initialization
- FMUWrapper.cpp: adapt initialization (enabling override of free variables prior to initialization of bound variables)

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+2 -2)
rfranke 2015-04-04 22:21 Rev.: 25395

separate initialization of free variables from initialization of bound variables

- CodegenCpp.tpl: split initialize method in a backwards compatible way
- FMU2Wrapper.cpp: exploit new initialize methods
- FMUWrapper.cpp: revert to before r25374, as FMI1 should not get new features

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+3 -3)
rfranke 2015-04-04 11:50 Rev.: 25385

FMI2 Cpp: additional changes to remove writing of output file from FMU

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2GlobalSettings.h (+2 -2)
rfranke 2015-04-03 23:21 Rev.: 25383

FMI2 Cpp: upgrade initialization

55 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Interface.cpp (+5 -2), FMU2Wrapper.cpp (+48 -51), FMU2Wrapper.h (+2 -1)
rfranke 2015-04-03 22:14 Rev.: 25382

formattings

9 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+9 -12)
rfranke 2015-04-03 20:46 Rev.: 25379

fix FMU solver names

The solver factories expect lower case letters. Use the default names of simulation executable (see OMCFactory::ReadSimulationParameter).

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2GlobalSettings.h (+3 -3)
rfranke 2015-04-03 12:29 Rev.: 25374

fix initialization of dependent variables

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+1 -5)
rfranke 2015-04-03 11:53 Rev.: 25373

FMI2 Cpp: apply runtime license

72 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2GlobalSettings.h (+18 -19), FMU2Interface.cpp (+18 -19), FMU2Wrapper.cpp (+18 -19), FMU2Wrapper.h (+18 -19)
rfranke 2015-03-31 17:54 Rev.: 25337

FMI2 Cpp: introduce new getters and setters

28 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+26 -28), FMU2Wrapper.h (+2 -4)
rfranke 2015-03-30 08:04 Rev.: 25311

FMI2 Cpp: remove macro OBJECTCONSTRUCTOR

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Interface.cpp (+1 -1)
rfranke 2015-03-30 08:00 Rev.: 25310

FMI2 Cpp: distinguish model identifier from model class

9 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+3 -3), FMU2Wrapper.h (+6 -1)
rfranke 2015-03-26 21:30 Rev.: 25281

add exception handling to fmi2Instantiate

13 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Interface.cpp (+12 -1), FMU2Wrapper.h (+1 -1)
rfranke 2015-03-26 21:28 Rev.: 25280

fix getReal of Cpp FMI 1.0 and correct sizes of _tmp_real_buffer

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+1 -1)
rfranke 2015-03-25 22:51 Rev.: 25260

fix uint

3 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+1 -1), FMU2Wrapper.h (+2 -2)
rfranke 2015-03-24 23:58 Rev.: 25241

cosmetic change

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Wrapper.cpp (+1 -1)
rfranke 2015-03-24 23:39 Rev.: 25240

FMI2 Cpp: add debug logging and exception handling

263 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Interface.cpp (+171 -53), FMU2Wrapper.cpp (+63 -7), FMU2Wrapper.h (+29 -1)
rfranke 2015-03-21 11:56 Rev.: 25196

re-fix whitespace (see r25194)

67 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Interface.cpp (+50 -50), FMU2Wrapper.cpp (+2 -2), FMU2Wrapper.h (+15 -15)
hudson 2015-03-21 11:29 Rev.: 25194

[Janitor mode] Fix whitespace

68 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2Interface.cpp (+50 -50), FMU2Wrapper.cpp (+2 -2), FMU2Wrapper.h (+15 -15), fmi2FunctionTypes.h (+1 -1)
hudson 2015-03-21 11:29 Rev.: 25193

[Janitor mode] Set auto-props

7 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2GlobalSettings.h (+1), FMU2Interface.cpp (+1), FMU2Wrapper.cpp (+1), FMU2Wrapper.h (+1), fmi2FunctionTypes.h (+1), fmi2Functions.h (+1), fmi2TypesPlatform.h (+1)
rfranke 2015-03-21 11:21 Rev.: 25191

Initial version of FMI 2.0 export with Cpp runtime (#3238)

1502 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Include/FMU2: FMU2GlobalSettings.h (new 78), FMU2Interface.cpp (new 326), FMU2Wrapper.cpp (new 290), FMU2Wrapper.h (new 120), fmi2FunctionTypes.h (new 242), fmi2Functions.h (new 332), fmi2TypesPlatform.h (new 114)
Generated by StatSVN 0.7.0