mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T270, added CSimulatorPluginCommon as base class in driver project
* unlike BlackCore::CSimulatorCommon we can add also UI aspects here * used by emulated driver, XP and the FS series
This commit is contained in:
@@ -1,20 +1,21 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus gui network xml
|
||||
QT += core dbus gui network xml widgets
|
||||
|
||||
TARGET = simulatorfs9
|
||||
TEMPLATE = lib
|
||||
|
||||
CONFIG += plugin shared
|
||||
CONFIG += blackmisc blackcore
|
||||
CONFIG += blackmisc blackcore blackgui
|
||||
|
||||
DEPENDPATH += . $$SourceRoot/src
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
LIBS += -lsimulatorfscommon -lfsuipc -luuid
|
||||
LIBS += -ldxguid -lole32
|
||||
addStaticLibraryDependency(simulatorplugincommon)
|
||||
addStaticLibraryDependency(simulatorfscommon)
|
||||
addStaticLibraryDependency(fsuipc)
|
||||
LIBS += -lsimulatorfscommon -lfsuipc -luuid -lsimulatorplugincommon
|
||||
LIBS += -ldxguid -lole32
|
||||
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
|
||||
@@ -31,7 +31,8 @@ namespace BlackSimPlugin
|
||||
{
|
||||
namespace Fs9
|
||||
{
|
||||
CFs9Client::CFs9Client(const CCallsign &callsign, const QString &modelName, const CTime &updateInterval,
|
||||
CFs9Client::CFs9Client(const CCallsign &callsign, const QString &modelName,
|
||||
const CTime &updateInterval,
|
||||
CInterpolationLogger *logger, ISimulator *simulator) :
|
||||
CDirectPlayPeer(simulator, callsign),
|
||||
m_updateInterval(updateInterval),
|
||||
|
||||
Reference in New Issue
Block a user