Ref T632, more detailled entry check for adding a remote aircraft (finds empty callsign)

This commit is contained in:
Klaus Basan
2019-04-23 18:08:12 +02:00
parent 8fe23b780f
commit 275006dad4
2 changed files with 33 additions and 2 deletions

View File

@@ -538,6 +538,9 @@ namespace BlackCore
//! Get the model set
BlackMisc::Simulation::CAircraftModelList getModelSet() const;
//! Validate if model has callsign and such
bool validateModelOfAircraft(const BlackMisc::Simulation::CSimulatedAircraft &aircraft) const;
//! Lookup against DB data
static BlackMisc::Simulation::CAircraftModel reverseLookupModel(const BlackMisc::Simulation::CAircraftModel &model);