mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
[XSwiftBus] Set transponder info for all rendered aircraft
Without setting the transponder, no TCAS rendering is possible. ref T374
This commit is contained in:
committed by
Klaus Basan
parent
616cc241f4
commit
c72742029b
@@ -93,10 +93,10 @@ namespace BlackSimPlugin
|
||||
//! Is empty?
|
||||
bool isEmpty() const { return callsigns.isEmpty(); }
|
||||
|
||||
QStringList callsigns;
|
||||
QList<int> codes;
|
||||
QList<bool> modeCs;
|
||||
QList<bool> idents;
|
||||
QStringList callsigns; //!< List of callsigns
|
||||
QList<int> codes; //!< List of transponder codes
|
||||
QList<bool> modeCs; //!< List of active mode C's
|
||||
QList<bool> idents; //!< List of active idents
|
||||
};
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user