mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
moved metarReplyReceived to the correct section (weather signals)
This commit is contained in:
@@ -332,12 +332,6 @@ namespace BlackCore
|
|||||||
*/
|
*/
|
||||||
void atisLogoffTimeReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &zuluTime);
|
void atisLogoffTimeReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &zuluTime);
|
||||||
|
|
||||||
/*!
|
|
||||||
* We received a reply to one of our METAR queries.
|
|
||||||
* \sa sendMetarQuery
|
|
||||||
*/
|
|
||||||
void metarReplyReceived(const QString &data);
|
|
||||||
|
|
||||||
//! @}
|
//! @}
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
//! \name Aircraft signals
|
//! \name Aircraft signals
|
||||||
@@ -432,6 +426,12 @@ namespace BlackCore
|
|||||||
//! @{
|
//! @{
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* We received a reply to one of our METAR queries.
|
||||||
|
* \sa sendMetarQuery
|
||||||
|
*/
|
||||||
|
void metarReplyReceived(const QString &data);
|
||||||
|
|
||||||
// TODO void temperatureDataReplyReceived(...);
|
// TODO void temperatureDataReplyReceived(...);
|
||||||
// TODO void windDataReplyReceived(...);
|
// TODO void windDataReplyReceived(...);
|
||||||
// TODO void cloudDataReplyReceived(...);
|
// TODO void cloudDataReplyReceived(...);
|
||||||
|
|||||||
Reference in New Issue
Block a user