mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Ref T710 Propagate libxplanemp CSL load error messages as swift validation errors.
This commit is contained in:
@@ -70,8 +70,8 @@ namespace XSwiftBus
|
||||
//! Reverse the actions of initialize().
|
||||
void cleanup();
|
||||
|
||||
//! Load a collection of planes from the given directory and return true if successful
|
||||
bool loadPlanesPackage(const std::string &path);
|
||||
//! Load a collection of planes from the given directory and return error message if unsuccessful
|
||||
std::string loadPlanesPackage(const std::string &path);
|
||||
|
||||
//! Set the ICAO code to use for aircraft without a model match
|
||||
void setDefaultIcao(const std::string &defaultIcao);
|
||||
|
||||
Reference in New Issue
Block a user