Ref T348, probe improvements

* use oldest probe (round robin)
* only init probes once
* release AI control for probes
This commit is contained in:
Klaus Basan
2018-09-14 18:00:23 +02:00
parent 89411d783b
commit c26af17b2f
4 changed files with 99 additions and 26 deletions

View File

@@ -373,6 +373,9 @@ namespace BlackSimPlugin
//! Get a non pending probe
CSimConnectObject getNotPendingProbe() const;
//! Get a non pending probe
CSimConnectObject getOldestNotPendingProbe() const;
//! Contains object of type
bool containsType(CSimConnectObject::SimObjectType type) const;
};