mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #844, request booking updates from airspace monitor
* removed blocks of \copydoc * renamed to requestAtcBookingUpdate
This commit is contained in:
committed by
Mathew Sutcliffe
parent
82ab88b5a8
commit
f281092f16
@@ -628,11 +628,10 @@ namespace BlackCore
|
||||
return c;
|
||||
}
|
||||
|
||||
void CContextNetwork::readAtcBookingsFromSource() const
|
||||
void CContextNetwork::requestAtcBookingsUpdate() const
|
||||
{
|
||||
if (this->isDebugEnabled()) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO; }
|
||||
Q_ASSERT_X(sApp->getWebDataServices(), Q_FUNC_INFO, "missing reader");
|
||||
sApp->getWebDataServices()->readInBackground(BlackMisc::Network::CEntityFlags::BookingEntity);
|
||||
this->m_airspace->requestAtcBookingsUpdate();
|
||||
}
|
||||
|
||||
bool CContextNetwork::updateAircraftRendered(const CCallsign &callsign, bool rendered)
|
||||
|
||||
Reference in New Issue
Block a user