Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 773fd80d authored by Harald Martini's avatar Harald Martini
Browse files

added vehicle operation data to vectorundata

parent 656fb6cb
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
public VTPData VTPData { get; internal set; }
public ShiftStrategyParameters GearshiftParameters { get; internal set; }
public bool Exempted { get; internal set; }
public bool MultistageRun { get; internal set; }
......@@ -407,4 +408,10 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
public Meter FanDiameter;
}
public class VehicleOperationData
{
private double AnnualMileage;
private double MissionSpecificMileage;
}
}
\ No newline at end of file
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