Ref T180, remove aircraft

* utility function getAllCallsigns
* allow to trace sendId (in removing)
* make sure aircraft are not added again by upfront clearing lists
This commit is contained in:
Klaus Basan
2017-11-06 18:10:19 +01:00
parent fd62ef80e0
commit 40dcd9c167
3 changed files with 23 additions and 5 deletions

View File

@@ -186,6 +186,9 @@ namespace BlackSimPlugin
//! Number of pending removed
int countPendingRemoved() const;
//! Get all callsigns
BlackMisc::Aviation::CCallsignSet getAllCallsigns() const;
//! Callsigns of pending added callsigns
BlackMisc::Aviation::CCallsignSet getPendingAddedCallsigns() const;