mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T111, allow to set cockpit by passing another simulated aircraft
This commit is contained in:
committed by
Mathew Sutcliffe
parent
66773d7593
commit
ea6cf20587
@@ -254,6 +254,9 @@ namespace BlackMisc
|
||||
//! SELCAL
|
||||
const BlackMisc::Aviation::CSelcal getSelcal() const { return m_selcal; }
|
||||
|
||||
//! Set COM unit (all values + transponder and SELCAL)
|
||||
void setCockpit(const BlackMisc::Simulation::CSimulatedAircraft &aircraft);
|
||||
|
||||
//! Cockpit data
|
||||
void setCockpit(const BlackMisc::Aviation::CComSystem &com1, const BlackMisc::Aviation::CComSystem &com2, const BlackMisc::Aviation::CTransponder &transponder);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user