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

Skip to content
Snippets Groups Projects
Commit 1c0f91e4 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adding digest value of tyres to manufacturer report

parent 63644014
No related branches found
No related tags found
No related merge requests found
......@@ -221,6 +221,7 @@ namespace TUGraz.VectoCore.OutputData.XML
new XAttribute(XMLNames.AxleWheels_Axles_Axle_AxleNumber_Attr, i),
new XElement(tns + XMLNames.Report_Tyre_TyreDimension, axle.WheelsDimension),
new XElement(tns + XMLNames.Report_Tyre_TyreCertificationNumber, axle.CertificationNumber),
new XElement(tns+XMLNames.DI_Signature_Reference_DigestValue, axle.DigestValueInput),
new XElement(tns + XMLNames.Report_Tyre_TyreRRCDeclared, axle.RollResistanceCoefficient.ToXMLFormat(4)),
new XElement(tns + XMLNames.AxleWheels_Axles_Axle_TwinTyres, axle.TwinTyres));
}
......
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