mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T717, function to send parts/situation for testing and in the model browser
This commit is contained in:
committed by
Mat Sutcliffe
parent
73b9371c73
commit
f80e093a0a
@@ -316,6 +316,9 @@ namespace BlackCore
|
||||
//! Test a remote aircraft
|
||||
virtual bool testRemoteAircraft(const BlackMisc::Simulation::CSimulatedAircraft &aircraft, bool add) = 0;
|
||||
|
||||
//! Test update remote aircraft
|
||||
virtual bool testUpdateRemoteAircraft(const BlackMisc::Aviation::CCallsign cs, const BlackMisc::Aviation::CAircraftSituation &situation, const BlackMisc::Aviation::CAircraftParts &parts) = 0;
|
||||
|
||||
//! Get matching setup
|
||||
virtual BlackMisc::Simulation::CAircraftMatcherSetup getMatchingSetup() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user