mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
refs #438, allow to stop and reinit parser/matcher
* plugin changes, mapper/parser will be stopped. make sure worker is properly shutdown * restarted FS/FSX. Allow to reset mapper/parser data from store
This commit is contained in:
@@ -66,12 +66,15 @@ namespace BlackMisc
|
||||
//! Get parsed aircraft cfg entries list
|
||||
CAircraftCfgEntriesList getAircraftCfgEntriesList() const { return m_parsedCfgEntriesList; }
|
||||
|
||||
public slots:
|
||||
//! Parsed or injected entires
|
||||
void updateCfgEntriesList(const BlackMisc::Simulation::FsCommon::CAircraftCfgEntriesList &cfgEntriesList);
|
||||
|
||||
signals:
|
||||
//! Parsing is finished
|
||||
void parsingFinished(bool success);
|
||||
|
||||
private slots:
|
||||
void ps_updateCfgEntriesList(const BlackMisc::Simulation::FsCommon::CAircraftCfgEntriesList &cfgEntriesList);
|
||||
CAircraftCfgEntriesList parseImpl(const QString &directory, const QStringList &excludeDirectories, bool *ok);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user