mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
As a result of the RW/KB workshop.
Prepared functions for interim position updates * isFastPositionSendingEnabled(), enableFastPositionSending(bool enable) * setFastPositionEnabledCallsigns , getFastPositionEnabledCallsigns()
This commit is contained in:
@@ -587,12 +587,12 @@ namespace BlackCore
|
||||
sendCustomPacket(callsign, "FSIPIR", data);
|
||||
}
|
||||
|
||||
void CNetworkVatlib::enableInterimPositionSending(bool enable)
|
||||
void CNetworkVatlib::enableFastPositionSending(bool enable)
|
||||
{
|
||||
m_sendInterimPositions = enable;
|
||||
}
|
||||
|
||||
bool CNetworkVatlib::isInterimPositionSendingEnabled() const
|
||||
bool CNetworkVatlib::isFastPositionSendingEnabled() const
|
||||
{
|
||||
return m_sendInterimPositions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user