mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
Ref T348, probe improvements
* use oldest probe (round robin) * only init probes once * release AI control for probes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user