mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T422, functions to set XPDR mode
This commit is contained in:
@@ -567,6 +567,11 @@ namespace BlackMisc
|
||||
m_com2system.isActiveFrequencyWithin25kHzChannel(comFrequency);
|
||||
}
|
||||
|
||||
bool CSimulatedAircraft::setTransponderMode(CTransponder::TransponderMode mode)
|
||||
{
|
||||
return (m_transponder.setTransponderMode(mode));
|
||||
}
|
||||
|
||||
QString CSimulatedAircraft::convertToQString(bool i18n) const
|
||||
{
|
||||
const QString s = m_callsign.toQString(i18n) %
|
||||
|
||||
Reference in New Issue
Block a user