mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-04-18 02:38:15 +00:00
asc file reader and small log enhancements (#3)
This commit is contained in:
@@ -237,9 +237,6 @@ void CVSSVDGenerator::CreateVehicleDeviceFilesForTXSignal(const SSignalVDDefinit
|
||||
CVSSVDCodingTX codingTX(m_ssPrefix);
|
||||
codingTX.GetKeyWordMap(signal, mapKeywords);
|
||||
|
||||
mapKeywords["abstract_device_h"] = pathVDHeader.filename().generic_u8string();
|
||||
mapKeywords["abstract_device_cpp"] = pathVDClass.filename().generic_u8string();
|
||||
|
||||
fstreamVDHeader << ReplaceKeywords(szTXVehicleDeviceHeaderTemplate, mapKeywords);
|
||||
fstreamVDClass << ReplaceKeywords(szTXVehicleDeviceClassTemplate, mapKeywords);
|
||||
fstreamVDHeader.close();
|
||||
|
||||
Reference in New Issue
Block a user