mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Added sendUserInfoQuery for experimental reasons. Can only be used by supervisors, but interesting for some tests.
Maybe removed again later, but does not harm anything.
This commit is contained in:
@@ -273,6 +273,13 @@ namespace BlackCore
|
||||
*/
|
||||
virtual void sendFrequencyQuery(const BlackMisc::Aviation::CCallsign &callsign) = 0;
|
||||
|
||||
/*!
|
||||
* Send a user info query, which only shall be sent by supervisiors. Reply is received as
|
||||
* text message
|
||||
* \pre Network must be connected when calling this function.
|
||||
*/
|
||||
virtual void sendUserInfoQuery(const BlackMisc::Aviation::CCallsign &callsign) = 0;
|
||||
|
||||
/*!
|
||||
* Set our own aircraft data.
|
||||
* \param aircraft Only the situation and avionics parts are used. Callsign, user, and ICAO code parts are ignored.
|
||||
|
||||
Reference in New Issue
Block a user