mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T717, "testRemoteAircraft" simulator context functions
This commit is contained in:
committed by
Mat Sutcliffe
parent
5def05d6b6
commit
903cf07eac
@@ -313,6 +313,9 @@ namespace BlackCore
|
||||
//! Set matching setup
|
||||
virtual void setMatchingSetup(const BlackMisc::Simulation::CAircraftMatcherSetup &setup) = 0;
|
||||
|
||||
//! Test a remote aircraft
|
||||
virtual bool testRemoteAircraft(const BlackMisc::Simulation::CSimulatedAircraft &aircraft, bool add) = 0;
|
||||
|
||||
//! Get matching setup
|
||||
virtual BlackMisc::Simulation::CAircraftMatcherSetup getMatchingSetup() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user