mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36: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:
@@ -12,7 +12,7 @@
|
||||
#ifndef BLACKSIMPLUGIN_EMULATED_SIMULATOREMULATED_H
|
||||
#define BLACKSIMPLUGIN_EMULATED_SIMULATOREMULATED_H
|
||||
|
||||
#include "blackcore/simulatorcommon.h"
|
||||
#include "../plugincommon/simulatorplugincommon.h"
|
||||
#include "blackmisc/simulation/interpolatormulti.h"
|
||||
#include "blackmisc/simulation/interpolationrenderingsetup.h"
|
||||
#include "blackmisc/simulation/interpolationlogger.h"
|
||||
@@ -31,7 +31,7 @@ namespace BlackSimPlugin
|
||||
namespace Emulated
|
||||
{
|
||||
//! swift simulator implementation
|
||||
class CSimulatorEmulated : public BlackCore::CSimulatorCommon
|
||||
class CSimulatorEmulated : public Common::CSimulatorPluginCommon
|
||||
{
|
||||
Q_OBJECT
|
||||
friend class CSimulatorEmulatedMonitorDialog; //!< the monitor widget represents the simulator and needs access to internals (i.e. private/protected)
|
||||
|
||||
Reference in New Issue
Block a user