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 54f55ee0 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adding 'make and model' to further components

parent 197c4565
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,11 @@ namespace TUGraz.VectoCore.InputData.FileIO.JSON
#region IRetarderInputData
public string ModelName
{
get { return ""; }
}
public virtual RetarderData.RetarderType Type
{
get
......
......@@ -60,6 +60,8 @@ namespace TUGraz.VectoCore.InputData.Impl
public class AxleInputData : IAxleInputData
{
public string MakeAndModel { get; internal set; }
public string Wheels { get; internal set; }
public bool TwinTyres { get; internal set; }
......
......@@ -117,6 +117,8 @@ namespace TUGraz.VectoCore.InputData
{
bool SavedInDeclarationMode { get; }
string ModelName { get; }
/// <summary>
/// P052
/// cf. VECTO Input Parameters.xlsx
......@@ -139,6 +141,8 @@ namespace TUGraz.VectoCore.InputData
public interface IAxleInputData
{
string MakeAndModel { get; }
/// <summary>
/// P108
/// cf. VECTO Input Parameters.xlsx
......@@ -301,6 +305,8 @@ namespace TUGraz.VectoCore.InputData
{
bool SavedInDeclarationMode { get; }
string ModelName { get; }
/// <summary>
/// P078
/// cf. VECTO Input Parameters.xlsx
......
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