Utility function to find out if model set is initialized

This commit is contained in:
Klaus Basan
2016-11-27 01:55:11 +01:00
parent 973cbbb440
commit 49613651a8
6 changed files with 23 additions and 0 deletions

View File

@@ -142,6 +142,9 @@ namespace BlackCore
//! \note might be slow since list can be big
virtual BlackMisc::Simulation::CAircraftModelList getModelSet() const = 0;
//! Simulators which have an initialized model set
virtual BlackMisc::Simulation::CSimulatorInfo simulatorsWithInitializedModelSet() const = 0;
//! Number of installed models in simulator eco system
virtual int getModelSetCount() const = 0;