refs #619, change model loader to use caches (one per simulator)

* removed caching from GUI component
* added caches in model loader
* adjusted samples
This commit is contained in:
Klaus Basan
2016-03-11 04:13:56 +01:00
parent eda68329f3
commit 4087d63d9c
13 changed files with 354 additions and 151 deletions

View File

@@ -52,7 +52,7 @@ namespace BlackSimPlugin
}
else
{
m_aircraftCfgParser->startLoading(CAircraftCfgParser::ModeBackground);
m_aircraftCfgParser->startLoading(CAircraftCfgParser::LoadInBackground);
}
//
// reading from cache / settings would go here