Ref T632, porting fix to FG driver

This commit is contained in:
Lars Toenning
2019-05-01 09:18:07 +02:00
committed by Klaus Basan
parent d61814f8e9
commit e42a205f5e
2 changed files with 56 additions and 11 deletions

View File

@@ -42,6 +42,9 @@ namespace BlackSimPlugin
//! Get callsign
const BlackMisc::Aviation::CCallsign &getCallsign() const { return m_aircraft.getCallsign(); }
//! Has callsign
bool hasCallsign() const { return m_aircraft.hasCallsign(); }
//! Simulated aircraft (as added)
const BlackMisc::Simulation::CSimulatedAircraft &getAircraft() const { return m_aircraft; }