mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T609, change COM transmission values in UI/emulated driver
This commit is contained in:
committed by
Mat Sutcliffe
parent
5470a55e15
commit
a9a0216e53
@@ -12,6 +12,7 @@
|
||||
#define BLACKSIMPLUGIN_EMULATED_SIMULATOREMULATED_H
|
||||
|
||||
#include "../plugincommon/simulatorplugincommon.h"
|
||||
#include "blackmisc/aviation/comsystem.h"
|
||||
#include "blackmisc/simulation/interpolatormulti.h"
|
||||
#include "blackmisc/simulation/interpolationrenderingsetup.h"
|
||||
#include "blackmisc/simulation/interpolationlogger.h"
|
||||
@@ -97,6 +98,10 @@ namespace BlackSimPlugin
|
||||
//! \remark normally used by corresponding BlackSimPlugin::Emulated::CSimulatorEmulatedMonitorDialog
|
||||
bool changeInternalCom(const BlackMisc::Simulation::CSimulatedAircraft &aircraft);
|
||||
|
||||
//! Simulator internal change of COM values
|
||||
//! \remark normally used by corresponding BlackSimPlugin::Emulated::CSimulatorEmulatedMonitorDialog
|
||||
bool changeInternalCom(const BlackMisc::Aviation::CComSystem &comSystem, BlackMisc::Aviation::CComSystem::ComUnit unit);
|
||||
|
||||
//! Simulator internal change of SELCAL
|
||||
//! \remark normally used by corresponding BlackSimPlugin::Emulated::CSimulatorEmulatedMonitorDialog
|
||||
bool changeInternalSelcal(const BlackMisc::Aviation::CSelcal &selcal);
|
||||
|
||||
Reference in New Issue
Block a user