mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T730, adjusted airspace monitor and ATC model
* added cross coupled in model * "disabled" onAtisVoiceRoomReceived
This commit is contained in:
committed by
Mat Sutcliffe
parent
e560be65a6
commit
dcfe275cc1
@@ -68,6 +68,7 @@ namespace BlackGui
|
||||
CColumn col("type", CAtcStation::IndexIcon);
|
||||
col.setSortPropertyIndex({ CAtcStation::IndexCallsign, CCallsign::IndexSuffix });
|
||||
m_columns.addColumn(col);
|
||||
m_columns.addColumn(CColumn("xc.", "AFV cross coupled", CAtcStation::IndexIsAfvCrossCoupled, new CBoolIconFormatter("AFV cross coupled", "not coupled")));
|
||||
m_columns.addColumn(CColumn("distance", CAtcStation::IndexRelativeDistance, new CAirspaceDistanceFormatter()));
|
||||
m_columns.addColumn(CColumn("frequency", CAtcStation::IndexFrequency, new CComFrequencyFormatter()));
|
||||
m_columns.addColumn(CColumn("r.", "in range", CAtcStation::IndexIsInRange, new CBoolIconFormatter("in range", "outside range")));
|
||||
|
||||
Reference in New Issue
Block a user