-
- Downloads
Merge pull request #120 in VECTO/vecto-sim from...
Merge pull request #120 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-198-split-inputdataprovider-interfaces to develop * commit '4131eee3': renaming file moving engineering input data interfaces to a separate file split driver data into engineering and declaration, separate engineerign and declaration input data provider (top level) adapt aux data container adapt factories adapt DataObjectAdapters adapt json input provider split input data interfaces into declaration data and engineering data
No related branches found
No related tags found
Showing
- VectoCore/InputData/DeclarationInputData.cs 37 additions, 238 deletionsVectoCore/InputData/DeclarationInputData.cs
- VectoCore/InputData/EngineeringInputData.cs 270 additions, 0 deletionsVectoCore/InputData/EngineeringInputData.cs
- VectoCore/InputData/FileIO/JSON/JSONEngineData.cs 1 addition, 1 deletionVectoCore/InputData/FileIO/JSON/JSONEngineData.cs
- VectoCore/InputData/FileIO/JSON/JSONGearboxData.cs 1 addition, 1 deletionVectoCore/InputData/FileIO/JSON/JSONGearboxData.cs
- VectoCore/InputData/FileIO/JSON/JSONInputData.cs 97 additions, 38 deletionsVectoCore/InputData/FileIO/JSON/JSONInputData.cs
- VectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs 3 additions, 3 deletionsVectoCore/InputData/FileIO/JSON/JSONInputDataFactory.cs
- VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs 23 additions, 16 deletionsVectoCore/InputData/FileIO/JSON/JSONVehicleData.cs
- VectoCore/InputData/IInputDataProvider.cs 29 additions, 7 deletionsVectoCore/InputData/IInputDataProvider.cs
- VectoCore/InputData/Impl/InputData.cs 4 additions, 4 deletionsVectoCore/InputData/Impl/InputData.cs
- VectoCore/InputData/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs 5 additions, 5 deletions.../Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs
- VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs 6 additions, 6 deletions...putData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs
- VectoCore/InputData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs 6 additions, 6 deletions...putData/Reader/DataObjectAdaper/EngineeringDataAdapter.cs
- VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs 3 additions, 3 deletions...putData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs
- VectoCore/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs 1 addition, 1 deletion...re/InputData/Reader/Impl/EngineOnlyVectoRunDataFactory.cs
- VectoCore/InputData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs 2 additions, 2 deletions...putData/Reader/Impl/EngineeringModeVectoRunDataFactory.cs
- VectoCore/Models/Simulation/Impl/SimulatorFactory.cs 16 additions, 4 deletionsVectoCore/Models/Simulation/Impl/SimulatorFactory.cs
- VectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs 1 addition, 1 deletionVectoCore/Models/SimulationComponent/Data/AuxiliaryData.cs
- VectoCore/VectoCore.csproj 2 additions, 1 deletionVectoCore/VectoCore.csproj
- VectoCoreTest/FileIO/JsonTest.cs 14 additions, 11 deletionsVectoCoreTest/FileIO/JsonTest.cs
- VectoCoreTest/FileIO/SimulationDataReaderTest.cs 7 additions, 1 deletionVectoCoreTest/FileIO/SimulationDataReaderTest.cs
VectoCore/InputData/EngineeringInputData.cs
0 → 100644
Please register or sign in to comment