mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
refs #452, updated vPilot reader/sets
* Using ITimestampBased * removed mapping / unsing CAircraftModel * graceful shutdown in reader
This commit is contained in:
committed by
Mathew Sutcliffe
parent
fd8cd9a42a
commit
8dba22f7f0
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/simulation/fscommon/vpilotmodelrule.h"
|
||||
#include "blackmisc/network/aircraftmappinglist.h"
|
||||
#include "blackmisc/simulation/aircraftmodellist.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
|
||||
@@ -59,8 +59,8 @@ namespace BlackMisc
|
||||
//! Keep given models (if in list)
|
||||
int keepModels(const QStringList &modelsToBeKept);
|
||||
|
||||
//! Convert to mappings
|
||||
BlackMisc::Network::CAircraftMappingList toMappings() const;
|
||||
//! To aircraft models
|
||||
BlackMisc::Simulation::CAircraftModelList toAircraftModels() const;
|
||||
|
||||
private:
|
||||
//! Convert values to upper case
|
||||
|
||||
Reference in New Issue
Block a user