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 85bc5e8a authored by Harald Martini's avatar Harald Martini
Browse files

updated MRF and CIF bindings for IEPC

parent a844fa63
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.CustomerInformation
Bind<IXMLCustomerReport>().To<HEV_IEPC_S_CompletedBusCIF>().Named(MRFNinjectModule.VehicleTypeAndArchitectureStringHelper.CreateName.Invoke(MRFNinjectModule.VehicleTypeAndArchitectureStringHelper.ToParams(VehicleCategoryHelper.CompletedBus,
VectoSimulationJobType.SerialHybridVehicle,
VectoSimulationJobType.IEPC_S,
ArchitectureID.S_IEPC,
false,
true,
......@@ -232,7 +232,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.CustomerInformation
false)));
Bind<IXMLCustomerReport>().To<PEV_IEPC_CompletedBusCIF>().Named(MRFNinjectModule.VehicleTypeAndArchitectureStringHelper.CreateName.Invoke(MRFNinjectModule.VehicleTypeAndArchitectureStringHelper.ToParams(VehicleCategoryHelper.CompletedBus,
VectoSimulationJobType.BatteryElectricVehicle,
VectoSimulationJobType.IEPC_E,
ArchitectureID.E_IEPC,
false,
true,
......
......@@ -377,7 +377,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
Bind<IXMLManufacturerReport>().To<HEV_CompletedBusManufacturerReport>().Named(VehicleTypeAndArchitectureStringHelper.CreateName.Invoke(VehicleTypeAndArchitectureStringHelper.ToParams(
VehicleCategoryHelper.CompletedBus,
VectoSimulationJobType.SerialHybridVehicle,
VectoSimulationJobType.IEPC_S,
ArchitectureID.S_IEPC,
false,
true,
......@@ -409,7 +409,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
Bind<IXMLManufacturerReport>().To<PEV_CompletedBusManufacturerReport>().Named(VehicleTypeAndArchitectureStringHelper.CreateName.Invoke(VehicleTypeAndArchitectureStringHelper.ToParams(
VehicleCategoryHelper.CompletedBus,
VectoSimulationJobType.BatteryElectricVehicle,
VectoSimulationJobType.IEPC_E,
ArchitectureID.E_IEPC,
false,
true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment