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

Skip to content
Snippets Groups Projects
Commit f8092f37 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

xml writer: write new mandatory parameters with default values

parent 3dd1ace8
No related branches found
Tags Release/v3.3.8.2052
No related merge requests found
......@@ -146,6 +146,15 @@ namespace TUGraz.VectoCore.OutputData.XML
new XElement(tns + XMLNames.Vehicle_PTO,
new XElement(tns + XMLNames.Vehicle_PTO_ShaftsGearWheels, "none"),
new XElement(tns + XMLNames.Vehicle_PTO_OtherElements, "none")),
new XElement(tns + XMLNames.Vehicle_ZeroEmissionVehicle, false),
new XElement(tns+XMLNames.Vehicle_VocationalVehicle, false),
new XElement(tns + XMLNames.Vehicle_SleeperCab, true),
new XElement(tns + XMLNames.Vehicle_ADAS,
new XElement(tns + XMLNames.Vehicle_ADAS_EngineStopStart, false),
new XElement(tns + XMLNames.Vehicle_ADAS_EcoRollWithoutEngineStop, false),
new XElement(tns + XMLNames.Vehicle_ADAS_EcoRollWithEngineStopStart, false),
new XElement(tns + XMLNames.Vehicle_ADAS_PCC, "none")
),
CreateTorqueLimits(vehicle),
new XElement(tns + XMLNames.Vehicle_Components,
CreateEngine(engine),
......
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