Pull request #247: Feature/VECTO-1575 refactor testpowertrain
Merge in VECTO/vecto-dev from VECTO/mk_vecto-dev:feature/VECTO-1575-refactor-testpowertrain to develop * commit 'bdca670d': VehicleContainer: Added some compiler directives for hiding debug output. HybridStrategy, SerialHybridStrategy: Finally updated to TestPowertrain.UpdateComponents CopyFrom: Removed field which are set manually. Pulled up Member "RequestAfterGearshift" to avoid having to cast to ATGearbox HybridController: Corrected compiler warning (override of InitStartGear) PowertrainBuilder reverted back to 2 serial hybrid strategies HybridStrategy and SerialHybridStrategy reverted once again HybridStrategy: Minor changes IUpdateable and minor changes to avoid compilation warnings HybridStrategy: Refactored to IUpdateable SerialHybridStrategy finished refactoring to IUpdateable SerialHybridStrategy and SerialHybridStrategyAT: Refactored to IUpdateable Brakes: Implemented IUpdateable SerialHybridStrategy: Partially refactored to UpdateFrom HybridStrategy: Made Battery optional HybridStrategyAT: Partially refactored to UpdateFrom HybridStrategy: Partially Refactored to UpdateFrom SimpleCharger: made ChargingPower private Many Changes: Squashed all IUpdateable Changes together to merge it with develop branch again.
No related branches found
No related tags found
Showing
- VectoCommon/VectoCommon/Utils/SI.cs 24 additions, 2 deletionsVectoCommon/VectoCommon/Utils/SI.cs
- VectoCore/VectoCore/Models/BusAuxiliaries/DownstreamModules/Impl/Electrics/SimpleBattery.cs 18 additions, 0 deletions...liaries/DownstreamModules/Impl/Electrics/SimpleBattery.cs
- VectoCore/VectoCore/Models/BusAuxiliaries/Interfaces/DownstreamModules/Electrics/ISimpleBattery.cs 2 additions, 1 deletion.../Interfaces/DownstreamModules/Electrics/ISimpleBattery.cs
- VectoCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs 2 additions, 0 deletions...oCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs
- VectoCore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs 19 additions, 15 deletions...ore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs
- VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs 48 additions, 7 deletions...Core/VectoCore/Models/Simulation/Impl/VehicleContainer.cs
- VectoCore/VectoCore/Models/Simulation/Impl/WHRCharger.cs 14 additions, 1 deletionVectoCore/VectoCore/Models/Simulation/Impl/WHRCharger.cs
- VectoCore/VectoCore/Models/SimulationComponent/DCDCConverter.cs 13 additions, 1 deletion...ore/VectoCore/Models/SimulationComponent/DCDCConverter.cs
- VectoCore/VectoCore/Models/SimulationComponent/ElectricSystem.cs 17 additions, 1 deletion...re/VectoCore/Models/SimulationComponent/ElectricSystem.cs
- VectoCore/VectoCore/Models/SimulationComponent/IAuxPort.cs 1 addition, 1 deletionVectoCore/VectoCore/Models/SimulationComponent/IAuxPort.cs
- VectoCore/VectoCore/Models/SimulationComponent/IBrakes.cs 1 addition, 1 deletionVectoCore/VectoCore/Models/SimulationComponent/IBrakes.cs
- VectoCore/VectoCore/Models/SimulationComponent/IUpdateable.cs 42 additions, 0 deletions...oCore/VectoCore/Models/SimulationComponent/IUpdateable.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/AMTShiftStrategyOptimized.cs 2 additions, 3 deletions...els/SimulationComponent/Impl/AMTShiftStrategyOptimized.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs 21 additions, 2 deletions...re/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATShiftStrategyOptimized.cs 1 addition, 1 deletion...dels/SimulationComponent/Impl/ATShiftStrategyOptimized.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/AbstractGearbox.cs 3 additions, 0 deletions...toCore/Models/SimulationComponent/Impl/AbstractGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs 14 additions, 1 deletion...ore/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Battery.cs 14 additions, 1 deletion...Core/VectoCore/Models/SimulationComponent/Impl/Battery.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/BatterySystem.cs 27 additions, 2 deletions...ectoCore/Models/SimulationComponent/Impl/BatterySystem.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Brakes.cs 14 additions, 2 deletions...oCore/VectoCore/Models/SimulationComponent/Impl/Brakes.cs
Loading
Please register or sign in to comment