mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refs #858, fixed todo by adding "getInterimPositionReceivers()"
This commit is contained in:
committed by
Mathew Sutcliffe
parent
61e7f23847
commit
63e2743867
@@ -659,14 +659,14 @@ namespace BlackCore
|
||||
{
|
||||
if (this->isDebugEnabled()) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO << callsigns; }
|
||||
Q_ASSERT(this->m_network);
|
||||
this->m_network->setInterimPositionReceivers(callsigns);
|
||||
}
|
||||
|
||||
CCallsignSet CContextNetwork::getFastPositionEnabledCallsigns()
|
||||
CCallsignSet CContextNetwork::getFastPositionEnabledCallsigns() const
|
||||
{
|
||||
if (this->isDebugEnabled()) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO; }
|
||||
Q_ASSERT(this->m_network);
|
||||
//! \todo Fast position updates in vatlib
|
||||
return CCallsignSet();
|
||||
return this->m_network->getInterimPositionReceivers();
|
||||
}
|
||||
|
||||
void CContextNetwork::testCreateDummyOnlineAtcStations(int number)
|
||||
|
||||
Reference in New Issue
Block a user