Skip to content
Snippets Groups Projects

#179 - PCM Configs Generator doesn’t create the ProfilesCatalog( ver 0.4.8)

Merged #179 - PCM Configs Generator doesn’t create the ProfilesCatalog( ver 0.4.8)
All threads resolved!
All threads resolved!
Files
2
/********************************************************************************
/********************************************************************************
* Copyright (c) 2017-2021 ITK Engineering GmbH
* Copyright (c) 2017-2021 ITK Engineering GmbH
 
* 2023 Hexad GmbH
*
*
* This program and the accompanying materials are made available under the
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* terms of the Eclipse Public License 2.0 which is available at
@@ -99,6 +100,14 @@ bool XmlProfilesConfig::WriteToXml(QXmlStreamWriter *xmlWriter)
@@ -99,6 +100,14 @@ bool XmlProfilesConfig::WriteToXml(QXmlStreamWriter *xmlWriter)
xmlWriter->writeAttribute("Key", "OpenSpeedLimit");
xmlWriter->writeAttribute("Key", "OpenSpeedLimit");
xmlWriter->writeAttribute("Value", "INF");
xmlWriter->writeAttribute("Value", "INF");
xmlWriter->writeEndElement(); // Double
xmlWriter->writeEndElement(); // Double
 
xmlWriter->writeStartElement("Double");
 
xmlWriter->writeAttribute("Key", "OpenSpeedLimitTrucks");
 
xmlWriter->writeAttribute("Value", "22.2222222");
 
xmlWriter->writeEndElement(); // Double
 
xmlWriter->writeStartElement("Double");
 
xmlWriter->writeAttribute("Key", "OpenSpeedLimitBuses");
 
xmlWriter->writeAttribute("Value", "27.7777777");
 
xmlWriter->writeEndElement(); // Double
xmlWriter->writeStartElement("Bool");
xmlWriter->writeStartElement("Bool");
xmlWriter->writeAttribute("Key", "KeepToOuterLanes");
xmlWriter->writeAttribute("Key", "KeepToOuterLanes");
xmlWriter->writeAttribute("Value", "true");
xmlWriter->writeAttribute("Value", "true");
Loading