Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a4af34dc authored by Michael KRISPER's avatar Michael KRISPER
Browse files

added AngularGearData in VectoRunData

parent 26db8518
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ using TUGraz.VectoCommon.Utils;
using TUGraz.VectoCore.Configuration;
using TUGraz.VectoCore.Models.Declaration;
using TUGraz.VectoCore.Models.SimulationComponent.Data;
using TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox;
using TUGraz.VectoCore.OutputData;
using TUGraz.VectoCore.Utils;
using DriverData = TUGraz.VectoCore.Models.SimulationComponent.Data.DriverData;
......@@ -58,6 +59,9 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
[ValidateObject]
public AxleGearData AxleGearData { get; internal set; }
[ValidateObject]
public AngularGearData AngularGearData { get; internal set; }
[Required, ValidateObject]
public DrivingCycleData Cycle { get; internal set; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment