This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git.
Pull mirroring updated .
- Mar 23, 2015
-
-
Markus Quaritsch authored
-
- Mar 19, 2015
-
-
Markus Quaritsch authored
* commit 'd9cd58d9': rename method in VectoMath Change namespace of IOutport generate current UML Class Diagram from the source
-
Markus Quaritsch authored
Change namespace of IOutport
-
Markus Quaritsch authored
-
- Mar 17, 2015
-
-
Markus Quaritsch authored
Merge pull request #26 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-68-make-internal-state-of-vectosimulationcomponents to develop * commit 'edafcea8': included files in project Refactored Memento into a Util-Class, Removed reflection functionality from VectoSimulationComponent, Removed unneccessary tests
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
Refactored Memento into a Util-Class, Removed reflection functionality from VectoSimulationComponent, Removed unneccessary tests
-
Markus Quaritsch authored
Merge pull request #25 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-66-create-factory-to-construct-all to develop * commit '567d2a1b': added failing assertions to Simulation test (to be changed in next iterations, when the simulation is further implemented) added Vecto Simulator, Vecto Job and a Factory for Creating Vecto Jobs (Powertrain Components and Cycle) Finished Memento for internal state of Vehicle Components added equality operators on all needed objects for equality test assertion Added Mement Class made compilable moved inner class to top autoformat
-
Michael KRISPER authored
added failing assertions to Simulation test (to be changed in next iterations, when the simulation is further implemented)
-
Michael KRISPER authored
added Vecto Simulator, Vecto Job and a Factory for Creating Vecto Jobs (Powertrain Components and Cycle)
-
Michael KRISPER authored
Conflicts: VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs VectoCore/Models/SimulationComponent/Impl/Wheels.cs VectoCore/Models/SimulationComponent/VectoSimulationComponent.cs VectoCore/VectoCore.csproj VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs VectoCoreTest/VectoCoreTest.csproj
-
Michael KRISPER authored
-
- Mar 16, 2015
-
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Markus Quaritsch authored
Merge pull request #23 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-67-create-dummy-gearbox-for-engine-only to develop * commit '49be8af5': assembling gearbox and engine works adding simple gearbox for engine-only simulation
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge pull request #22 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-64-create-vehiclecontainer-that-contains to develop * commit '9d8cbb59': forcing calf line endings adding vehicle container with all simulation components and cockpit elements Adding Vehicle Container which contains all simulation components and cockpit interfaces sync repo testing vehiclecontainer
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/vecto/vecto-sim into feature/VehicleContainer Conflicts: VectoCore/VectoCore.csproj VectoCoreTest/Models/UnitTest1.cs
-
Markus Quaritsch authored
-
Markus Quaritsch authored
* commit '672f6780': refactoring namespaces
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge pull request #19 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-57-implement-engine-model to develop * commit 'dde498e7': more work on engine model, implementing first testcases implemented engine model, accessing full load curve (incl. interpolation). Testcases: green Bugfix: CSV Parser: use dot (.) as decimal separator implementing engine model: new engine state class, full load curve lookup methods reading testdata from CSV file start working on engine model
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emquarima/vecto-sim into feature/VECTO-57-implement-engine-model Conflicts: VectoCore/Exceptions/VectoExceptions.cs VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs VectoCore/Utils/DataRowExtensionMethods.cs VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs VectoCoreTest/VectoCoreTest.csproj
-
Markus Quaritsch authored
Merge pull request #18 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-54-implement-software-tests-for-engine to develop * commit 'eaba2a19': adding new class for math operations adding result files, reading mod-data file sync repository update Testdata introduce new exception reading testdata from CSV file
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emquarima/vecto-sim into feature/VECTO-54-implement-software-tests-for-engine Conflicts: VectoCore/Exceptions/VectoExceptions.cs VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs VectoCoreTest/VectoCoreTest.csproj
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge pull request #20 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-53-read-and-write-datafiles to develop * commit 'ffda13e9': (32 commits) added captions in csv-writer and modalresults corrected Localization Errors in CSV read/write, minor changes in DelauneyMap finished rewrite of delauney triangulation delauney triangulation added floating point tolerances for equality checks, refactored many simple loops to linq expressions further triangulation rewrite delauney triangulation for fuel consumption map. added some exceptions, more robust csv read, renamed ModalResultFields FCAUXc, FCWHTCc refactored strings, rewrote CombustionEngineData added string constants for EngineOnlyDrivingCycle Fields renamed ModalResult-enum to ModalResultFields, removed VS-designer attribute from ModalResults added example result files for tests renamed property names (full named, no appreviations) Automating Testruns corrected wrong column error in FuelConsumptionMap (engine torque --> torque) read FuelConsumption File, renamed Read-Functions to ReadFromFile Reading FullLoadCurves added test files for engine tests corrected build errors. project and tests are buildable and executable again. refactoring design ...
-
Michael KRISPER authored
-
- Mar 13, 2015
-
-
Michael KRISPER authored
-
- Mar 12, 2015
-
-
Michael KRISPER authored
-
Markus Quaritsch authored
-