Merge pull request #36 in VECTO/vecto-dev from...
Merge pull request #36 in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1240_hybrid-P0_with_APT to develop * commit '3ebefe8b': fix testcase after driver refacoring (max speed calculation) remove duplicate testcase updating expected sum files (modified column headers) bugfix calculating ice off time share update expected sum files after change in header fix merge errors refactor amt shift strategy to use gearlist update expected sum files with new column, update engine-only mod files (previous version contained wrong columns) cleanup comments fix testcases after merge and re-running all testcases adding missing files: gearshift position and shiftlineset (Effshift AT), formerly part of Voith shift strategy adding testdata for PEV E3 refactoring to use 'gearshift position' instead of uint (AMT) as well as uint and bool (AT) gearboxes. GearList contains ordered list of gears adapt shift strategies and interfaces. refactoring: move gearshift parameters from gearbox data to shift strategy parameters refactoring hybrid strategy and testcontainer for AT transmissions workng on P1... fixing p1 test model data electric motor form: plot graph with values as read from input (not how treated in vecto) move conversion of electric motor full-load curve from lookup method in full-load curve to full load curve reader to match with electric map and drag curve adding model and testcase for APT P1
No related branches found
No related tags found
Showing
- VECTO/Input Files/VectoJob.vb 2 additions, 2 deletionsVECTO/Input Files/VectoJob.vb
- VectoCommon/VectoCommon/Models/GearshiftPosition.cs 188 additions, 0 deletionsVectoCommon/VectoCommon/Models/GearshiftPosition.cs
- VectoCommon/VectoCommon/Models/HybridStrategyResponse.cs 3 additions, 2 deletionsVectoCommon/VectoCommon/Models/HybridStrategyResponse.cs
- VectoCommon/VectoCommon/Models/IResponse.cs 2 additions, 1 deletionVectoCommon/VectoCommon/Models/IResponse.cs
- VectoCommon/VectoCommon/VectoCommon.csproj 1 addition, 0 deletionsVectoCommon/VectoCommon/VectoCommon.csproj
- VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/DeclarationDataAdapterHeavyLorry.cs 10 additions, 9 deletions...der/DataObjectAdapter/DeclarationDataAdapterHeavyLorry.cs
- VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs 9 additions, 8 deletions...utData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs
- VectoCore/VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs 8 additions, 0 deletions...putData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs
- VectoCore/VectoCore/Models/Simulation/Data/ShiftStrategyParameters.cs 34 additions, 1 deletion...ctoCore/Models/Simulation/Data/ShiftStrategyParameters.cs
- VectoCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs 5 additions, 4 deletions...oCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs
- VectoCore/VectoCore/Models/Simulation/DataBus/IHybridControllerInfo.cs 2 additions, 1 deletion...toCore/Models/Simulation/DataBus/IHybridControllerInfo.cs
- VectoCore/VectoCore/Models/Simulation/Impl/PCCEcoRollEngineStopPreprocessor.cs 15 additions, 12 deletions...odels/Simulation/Impl/PCCEcoRollEngineStopPreprocessor.cs
- VectoCore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs 32 additions, 14 deletions...ore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs
- VectoCore/VectoCore/Models/SimulationComponent/Data/GearboxData.cs 32 additions, 31 deletions.../VectoCore/Models/SimulationComponent/Data/GearboxData.cs
- VectoCore/VectoCore/Models/SimulationComponent/IShiftStrategy.cs 15 additions, 14 deletions...re/VectoCore/Models/SimulationComponent/IShiftStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/AMTShiftStrategy.cs 95 additions, 83 deletions...oCore/Models/SimulationComponent/Impl/AMTShiftStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/AMTShiftStrategyACEA.cs 67 additions, 67 deletions...e/Models/SimulationComponent/Impl/AMTShiftStrategyACEA.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/AMTShiftStrategyOptimized.cs 41 additions, 35 deletions...els/SimulationComponent/Impl/AMTShiftStrategyOptimized.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs 62 additions, 54 deletions...re/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATShiftStrategy.cs 93 additions, 123 deletions...toCore/Models/SimulationComponent/Impl/ATShiftStrategy.cs
Loading
Please register or sign in to comment