mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 17:55:34 +08:00
Ref T717, function to send parts/situation for testing and in the model browser
This commit is contained in:
@@ -419,6 +419,16 @@ namespace BlackCore
|
||||
return false;
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::testUpdateRemoteAircraft
|
||||
virtual bool testUpdateRemoteAircraft(const BlackMisc::Aviation::CCallsign cs, const BlackMisc::Aviation::CAircraftSituation &situation, const BlackMisc::Aviation::CAircraftParts &parts) override
|
||||
{
|
||||
Q_UNUSED(cs);
|
||||
Q_UNUSED(situation);
|
||||
Q_UNUSED(parts);
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return false;
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::setMatchingSetup
|
||||
virtual BlackMisc::Simulation::CAircraftMatcherSetup getMatchingSetup() const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user