mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #858, fixed todo by adding "getInterimPositionReceivers()"
This commit is contained in:
committed by
Mathew Sutcliffe
parent
61e7f23847
commit
63e2743867
@@ -517,6 +517,11 @@ namespace BlackCore
|
||||
m_interimPositionReceivers = receivers;
|
||||
}
|
||||
|
||||
const CCallsignSet &CNetworkVatlib::getInterimPositionReceivers() const
|
||||
{
|
||||
return m_interimPositionReceivers;
|
||||
}
|
||||
|
||||
void CNetworkVatlib::sendServerQuery(const BlackMisc::Aviation::CCallsign &callsign)
|
||||
{
|
||||
Q_ASSERT_X(isConnected(), Q_FUNC_INFO, "Can't send to server when disconnected");
|
||||
|
||||
@@ -110,6 +110,7 @@ namespace BlackCore
|
||||
virtual void sendFrequencyQuery(const BlackMisc::Aviation::CCallsign &callsign) override;
|
||||
virtual void sendUserInfoQuery(const BlackMisc::Aviation::CCallsign &callsign) override;
|
||||
virtual void setInterimPositionReceivers(const BlackMisc::Aviation::CCallsignSet &receivers) override;
|
||||
virtual const BlackMisc::Aviation::CCallsignSet &getInterimPositionReceivers() const override;
|
||||
//! @}
|
||||
|
||||
//! \name Weather functions
|
||||
|
||||
Reference in New Issue
Block a user