mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #283 Added ISimulator::getInstalledModels method, with stub implementations
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
#include "blackmisc/avaircraft.h"
|
||||
#include "blackmisc/avairportlist.h"
|
||||
#include "blackmisc/nwaircraftmodel.h"
|
||||
#include "blackmisc/nwaircraftmodellist.h"
|
||||
#include "blackmisc/nwtextmessage.h"
|
||||
#include <QObject>
|
||||
|
||||
@@ -82,9 +82,12 @@ namespace BlackCore
|
||||
//! Display a text message
|
||||
virtual void displayTextMessage(const BlackMisc::Network::CTextMessage &message) const = 0;
|
||||
|
||||
//! Aircraft Model
|
||||
//! Own aircraft Model
|
||||
virtual BlackMisc::Network::CAircraftModel getAircraftModel() const = 0;
|
||||
|
||||
//! Aircraft models for available remote aircraft
|
||||
virtual BlackMisc::Network::CAircraftModelList getInstalledModels() const = 0;
|
||||
|
||||
//! Airports in range
|
||||
virtual BlackMisc::Aviation::CAirportList getAirportsInRange() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user