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:
Klaus Basan
2014-05-06 13:35:35 +02:00
parent 66023d2d87
commit 61affc3d88
3 changed files with 19 additions and 0 deletions

View File

@@ -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.