mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-08-30 12:15:12 +00:00
connection between 2 systems and bug fixes (#14)
This commit is contained in:
@@ -297,6 +297,10 @@ bool CModuleInst::Load(const std::filesystem::path& rpathModule) noexcept
|
||||
}
|
||||
|
||||
m_mapClassInfo[sClass.ssName] = sClass;
|
||||
|
||||
// Add aliases?
|
||||
for (const auto& rssAlias : sClass.seqClassAliases)
|
||||
m_mapClassInfo[rssAlias] = sClass;
|
||||
}
|
||||
}
|
||||
catch (const sdv::toml::XTOMLParseException&)
|
||||
|
||||
Reference in New Issue
Block a user