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

Skip to content
Snippets Groups Projects
Commit bc26a138 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

cleanup

parent 15862a62
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,7 @@ Public Class VectoVTPJob ...@@ -116,6 +116,7 @@ Public Class VectoVTPJob
Private Shared Function ValidateVehicleJob(vectoJob As VectoVTPJob, mode As ExecutionMode) As ValidationResult Private Shared Function ValidateVehicleJob(vectoJob As VectoVTPJob, mode As ExecutionMode) As ValidationResult
' TODO!! ' TODO!!
Return ValidationResult.Success
End Function End Function
Public ReadOnly Property Vehicle As IVehicleDeclarationInputData Implements IVTPEngineeringJobInputData.Vehicle Public ReadOnly Property Vehicle As IVehicleDeclarationInputData Implements IVTPEngineeringJobInputData.Vehicle
......
...@@ -78,7 +78,7 @@ namespace TUGraz.VectoCommon.InputData ...@@ -78,7 +78,7 @@ namespace TUGraz.VectoCommon.InputData
new IVehicleComponentsEngineering Components { get; } new IVehicleComponentsEngineering Components { get; }
IAdvancedDriverAssistantSystemsEngineering ADAS { get; } new IAdvancedDriverAssistantSystemsEngineering ADAS { get; }
} }
public interface IAdvancedDriverAssistantSystemsEngineering public interface IAdvancedDriverAssistantSystemsEngineering
...@@ -89,23 +89,23 @@ namespace TUGraz.VectoCommon.InputData ...@@ -89,23 +89,23 @@ namespace TUGraz.VectoCommon.InputData
public interface IVehicleComponentsEngineering public interface IVehicleComponentsEngineering
{ {
new IAirdragEngineeringInputData AirdragInputData { get; } IAirdragEngineeringInputData AirdragInputData { get; }
new IGearboxEngineeringInputData GearboxInputData { get; } IGearboxEngineeringInputData GearboxInputData { get; }
new ITorqueConverterEngineeringInputData TorqueConverterInputData { get; } ITorqueConverterEngineeringInputData TorqueConverterInputData { get; }
new IAxleGearInputData AxleGearInputData { get; } IAxleGearInputData AxleGearInputData { get; }
new IAngledriveInputData AngledriveInputData { get; } IAngledriveInputData AngledriveInputData { get; }
new IEngineEngineeringInputData EngineInputData { get; } IEngineEngineeringInputData EngineInputData { get; }
new IAuxiliariesEngineeringInputData AuxiliaryInputData { get; } IAuxiliariesEngineeringInputData AuxiliaryInputData { get; }
new IRetarderInputData RetarderInputData { get; } IRetarderInputData RetarderInputData { get; }
new IPTOTransmissionInputData PTOTransmissionInputData { get; } IPTOTransmissionInputData PTOTransmissionInputData { get; }
/// <summary> /// <summary>
/// parameters for every axle /// parameters for every axle
...@@ -247,8 +247,6 @@ namespace TUGraz.VectoCommon.InputData ...@@ -247,8 +247,6 @@ namespace TUGraz.VectoCommon.InputData
Second UpshiftAfterDownshiftDelay { get; } Second UpshiftAfterDownshiftDelay { get; }
MeterPerSquareSecond UpshiftMinAcceleration { get; } MeterPerSquareSecond UpshiftMinAcceleration { get; }
} }
public interface ITorqueConverterEngineeringShiftParameterInputData public interface ITorqueConverterEngineeringShiftParameterInputData
...@@ -288,7 +286,6 @@ namespace TUGraz.VectoCommon.InputData ...@@ -288,7 +286,6 @@ namespace TUGraz.VectoCommon.InputData
TableData ShiftPolygon { get; } TableData ShiftPolygon { get; }
PerSecond MaxInputSpeed { get; } PerSecond MaxInputSpeed { get; }
} }
public interface IEngineEngineeringInputData : IEngineDeclarationInputData public interface IEngineEngineeringInputData : IEngineDeclarationInputData
...@@ -317,10 +314,7 @@ namespace TUGraz.VectoCommon.InputData ...@@ -317,10 +314,7 @@ namespace TUGraz.VectoCommon.InputData
string AdvancedAuxiliaryFilePath { get; } string AdvancedAuxiliaryFilePath { get; }
} }
public interface IDriverModelData public interface IDriverModelData { }
{
}
public interface IDriverAccelerationData : IDriverModelData public interface IDriverAccelerationData : IDriverModelData
{ {
......
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