[XSwiftBus] Set transponder info for all rendered aircraft

Without setting the transponder, no TCAS rendering is possible.

ref T374
This commit is contained in:
Roland Winklmeier
2018-09-25 22:37:39 +02:00
committed by Klaus Basan
parent 616cc241f4
commit c72742029b
2 changed files with 16 additions and 4 deletions

View File

@@ -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
};
/*!