mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Ref T703, sending and receiving of relayed text messages
* turn relayed messages into normal messages * avoid signals for relayed messaged * relay received messages to partner (co-pilot)
This commit is contained in:
@@ -319,6 +319,9 @@ namespace BlackCore
|
||||
//! Connection status changed
|
||||
void onFsdConnectionStatusChanged(BlackCore::INetwork::ConnectionStatus from, BlackCore::INetwork::ConnectionStatus to);
|
||||
|
||||
//! Relay to partner callsign
|
||||
void createRelayMessageToPartnerCallsign(const BlackMisc::Network::CTextMessage &textMessage, const BlackMisc::Aviation::CCallsign &partnerCallsign, BlackMisc::Network::CTextMessageList &relayedMessages);
|
||||
|
||||
//! Render restrictions have been changed, used with analyzer
|
||||
//! \sa CAirspaceAnalyzer
|
||||
//! \ingroup crosscontextfunction
|
||||
|
||||
Reference in New Issue
Block a user