mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Ref T761, partner callsign message relay (swift with co-pilot)
* handle server error messages correctly as "error" * (relayed) sender can be ATC or aircraft * relay private messages correctly
This commit is contained in:
committed by
Mat Sutcliffe
parent
22d8b52fe8
commit
f07ca09424
@@ -316,9 +316,12 @@ namespace BlackCore
|
||||
//! Update METAR collection
|
||||
void updateMetars(const BlackMisc::Weather::CMetarList &metars);
|
||||
|
||||
//! Check if a supervisor message was received, message has to be relayed ...
|
||||
//! Check when a message was received, if the message has to be relayed, is a supervisor message ...
|
||||
void onTextMessagesReceived(const BlackMisc::Network::CTextMessageList &messages);
|
||||
|
||||
//! Text message has been sent
|
||||
void onTextMessageSent(const BlackMisc::Network::CTextMessage &message);
|
||||
|
||||
//! An ATIS has been received
|
||||
void onChangedAtisReceived(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user