Ref T730, adjusted airspace monitor and ATC model

* added cross coupled in model
* "disabled" onAtisVoiceRoomReceived
This commit is contained in:
Klaus Basan
2019-09-28 00:48:31 +02:00
committed by Mat Sutcliffe
parent e560be65a6
commit dcfe275cc1
4 changed files with 18 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ namespace BlackMisc
{
m_callsign = callsign;
m_controller.setCallsign(callsign);
m_isAfvCrossCoupled = callsign.getStringAsSet().startsWith('*');
}
QString CAtcStation::getCallsignAndControllerRealName() const