Pull request #96: Bugfix/VECTO-1465 pev pccstate oscillates between interrupt and usecase1
Merge in VECTO/vecto-dev from VECTO/mk_vecto-dev:bugfix/VECTO-1465-pev-pccstate-oscillates-between-interrupt-and-usecase1 to develop * commit '5fda37eb': removed invalid empty testcase calls DefaultDriverStrategy reverted some checks for null reverted some of the changes for pulling (HandleHaltAction, IsLockedGear) corrected HEV tests again updated PCC testcases again to work again after bug correction corrected bug with braking for one single timestep at the end of PCC-UseCase1 when target speed was reached. updated test cases to work with new interface (PCCState on Databus) better debug-readability for PerSecond class corrected bug in em-drag losses calculation: used wrong sign reformated code for UpdatePCCState SI better debug display message HybridStrategy HaltAction: removed check for EngineStopStart ... not valid for hybrid vehicles. Added PCCState in DriverInfo, used it in HybridStrategy to do coasting with both engines switched off (only for coasting in PCC UseCase 1 and 2) refactored commonly used variables out of long statements code formatting and minor refactoring
No related branches found
No related tags found
Showing
- VectoCommon/VectoCommon/Utils/SI.cs 3 additions, 3 deletionsVectoCommon/VectoCommon/Utils/SI.cs
- VectoCore/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs 1 addition, 0 deletionsVectoCore/VectoCore/Models/Simulation/DataBus/IDriverInfo.cs
- VectoCore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs 1 addition, 0 deletions...ore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs
- VectoCore/VectoCore/Models/SimulationComponent/IDriverStrategy.cs 3 additions, 0 deletions...e/VectoCore/Models/SimulationComponent/IDriverStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs 114 additions, 132 deletions.../Models/SimulationComponent/Impl/DefaultDriverStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Driver.cs 1 addition, 0 deletions...oCore/VectoCore/Models/SimulationComponent/Impl/Driver.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/MeasuredSpeedDrivingCycle.cs 1 addition, 0 deletions...els/SimulationComponent/Impl/MeasuredSpeedDrivingCycle.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/PWheelCycle.cs 1 addition, 0 deletions.../VectoCore/Models/SimulationComponent/Impl/PWheelCycle.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/SimplePowertrainContainer.cs 1 addition, 0 deletions...els/SimulationComponent/Impl/SimplePowertrainContainer.cs
- VectoCore/VectoCore/Models/SimulationComponent/Strategies/HybridStrategy.cs 178 additions, 208 deletions...e/Models/SimulationComponent/Strategies/HybridStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Strategies/TestPowertrain.cs 1 addition, 0 deletions...e/Models/SimulationComponent/Strategies/TestPowertrain.cs
- VectoCore/VectoCoreTest/Integration/ADAS/ADASTestsConventional.cs 4 additions, 4 deletions...e/VectoCoreTest/Integration/ADAS/ADASTestsConventional.cs
- VectoCore/VectoCoreTest/Integration/ADAS/ADASTestsHEV.cs 563 additions, 606 deletionsVectoCore/VectoCoreTest/Integration/ADAS/ADASTestsHEV.cs
- VectoCore/VectoCoreTest/Integration/ADAS/ADASTestsPEV.cs 198 additions, 224 deletionsVectoCore/VectoCoreTest/Integration/ADAS/ADASTestsPEV.cs
- VectoCore/VectoCoreTest/Integration/BusAuxiliaries/AuxDemandTest.cs 0 additions, 1 deletion...VectoCoreTest/Integration/BusAuxiliaries/AuxDemandTest.cs
- VectoCore/VectoCoreTest/Integration/BusAuxiliaries/BusAdapterTest.cs 0 additions, 3 deletions...ectoCoreTest/Integration/BusAuxiliaries/BusAdapterTest.cs
- VectoCore/VectoCoreTest/Utils/MockDriver.cs 1 addition, 0 deletionsVectoCore/VectoCoreTest/Utils/MockDriver.cs
- VectoCore/VectoCoreTest/Utils/MockVehicleContainer.cs 1 addition, 0 deletionsVectoCore/VectoCoreTest/Utils/MockVehicleContainer.cs
Loading
Please register or sign in to comment