refs #649, add.function getSyncronizedValues

Normally getValue should transparently sync. But this force me to make the function non-const.
This commit is contained in:
Klaus Basan
2016-05-30 15:24:11 +02:00
parent 4b8ab847a0
commit 81d88837f9
5 changed files with 32 additions and 6 deletions

View File

@@ -60,7 +60,8 @@ namespace BlackMisc
//! The loaded models for given simulator
//! \threadsafe
BlackMisc::Simulation::CAircraftModelList getAircraftModels(const BlackMisc::Simulation::CSimulatorInfo &simulator) const;
//! \remark non-const because it syncronizes cache
BlackMisc::Simulation::CAircraftModelList getAircraftModels(const BlackMisc::Simulation::CSimulatorInfo &simulator);
//! Count of loaded models
//! \threadsafe