Ref T717, "testRemoteAircraft" simulator context functions

This commit is contained in:
Klaus Basan
2019-09-10 23:53:29 +02:00
committed by Mat Sutcliffe
parent 5def05d6b6
commit 903cf07eac
6 changed files with 36 additions and 0 deletions

View File

@@ -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;