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

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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment