mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Allow to validate models against a root directory of the simulator
The XPlane aircraft needs to be inside the XPlane folder Ref T247 follow up
This commit is contained in:
committed by
Mat Sutcliffe
parent
0c335beea6
commit
fd8cf4337b
@@ -26,6 +26,7 @@ namespace BlackMisc
|
||||
CAircraftModelUtilities() = delete;
|
||||
|
||||
//! Merge with vPilot data if possible
|
||||
//! \deprecated vPilot parts might be removed
|
||||
static bool mergeWithVPilotData(BlackMisc::Simulation::CAircraftModelList &modelToBeModified, const BlackMisc::Simulation::CAircraftModelList &vPilotModels, bool force = false);
|
||||
|
||||
//! Matrix airlines/aircraft ICAOs
|
||||
@@ -35,7 +36,7 @@ namespace BlackMisc
|
||||
static QString createIcaoAirlineAircraftHtmlMatrixFile(const BlackMisc::Simulation::CAircraftModelList &models, const QString &tempDir);
|
||||
|
||||
//! Validate aircraft.cfg entries
|
||||
static CStatusMessageList validateModelFiles(const CAircraftModelList &models, CAircraftModelList &validModels, CAircraftModelList &invalidModels, bool ignoreEmpty, int stopAtFailedFiles, bool &stopped);
|
||||
static CStatusMessageList validateModelFiles(const CAircraftModelList &models, CAircraftModelList &validModels, CAircraftModelList &invalidModels, bool ignoreEmpty, int stopAtFailedFiles, bool &stopped, const QString &simulatorDir);
|
||||
};
|
||||
} //namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user