Ref T171, count of aircraft supporting parts

* added functions in providers, aware class
* some utility functions in aircraft list
This commit is contained in:
Klaus Basan
2017-10-10 20:59:01 +02:00
parent c553d5cdfd
commit c882c64824
8 changed files with 66 additions and 0 deletions

View File

@@ -100,6 +100,15 @@ namespace BlackMisc
//! Replace or add by callsign
bool replaceOrAddByCallsign(const CSimulatedAircraft &aircraft);
//! Number of enabled aircraft
int countEnabled() const;
//! Number of rendered aircraft
int countRendered() const;
//! Number of aircraft with parts
int countAircraftPartsSyncronized() const;
};
} //namespace
} // namespace