Ref T111, allow to set cockpit by passing another simulated aircraft

This commit is contained in:
Klaus Basan
2017-08-08 02:32:20 +02:00
committed by Mathew Sutcliffe
parent 66773d7593
commit ea6cf20587
2 changed files with 12 additions and 1 deletions

View File

@@ -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);