Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

added IAngularGearInputData in IInputDataProvider (both Decl and Eng)

parent 4ca46707
Branches
Tags
No related merge requests found
......@@ -43,6 +43,8 @@ namespace TUGraz.VectoCommon.InputData
IAxleGearInputData AxleGearInputData { get; }
IAngularGearInputData AngularGearInputData { get; }
IEngineDeclarationInputData EngineInputData { get; }
IAuxiliariesDeclarationInputData AuxiliaryInputData();
......@@ -52,7 +54,6 @@ namespace TUGraz.VectoCommon.InputData
IDriverDeclarationInputData DriverInputData { get; }
}
public interface IEngineeringInputDataProvider : IInputDataProvider
{
IEngineeringJobInputData JobInputData();
......@@ -63,6 +64,8 @@ namespace TUGraz.VectoCommon.InputData
IAxleGearInputData AxleGearInputData { get; }
IAngularGearInputData AngularGearInputData { get; }
IEngineEngineeringInputData EngineInputData { get; }
IAuxiliariesEngineeringInputData AuxiliaryInputData();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment