refs #466 Resolved TODO items in INetwork.

This commit is contained in:
Mathew Sutcliffe
2015-09-17 16:47:22 +01:00
parent f03b24022e
commit df6b5b4929
5 changed files with 16 additions and 76 deletions

View File

@@ -364,15 +364,6 @@ namespace BlackCore
*/
virtual void sendMetarQuery(const BlackMisc::Aviation::CAirportIcaoCode &airportIcao) = 0;
/*!
* Send a message querying the weather data for the airport with a specific ICAO code.
* \pre Network must be connected when calling this function.
* \sa temperatureDataReplyReceived
* \sa windDataReplyReceived
* \sa cloudDataReplyReceived
*/
virtual void sendWeatherDataQuery(const BlackMisc::Aviation::CAirportIcaoCode &airportIcao) = 0;
signals:
//! @}
////////////////////////////////////////////////////////////////
@@ -457,8 +448,6 @@ namespace BlackCore
*/
void frequencyReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const BlackMisc::PhysicalQuantities::CFrequency &freq);
// TODO void aircraftInterimPositionUpdate(...);
//! @}
////////////////////////////////////////////////////////////////
//! \name Network signals
@@ -543,10 +532,6 @@ namespace BlackCore
*/
void metarReplyReceived(const QString &data);
// TODO void temperatureDataReplyReceived(...);
// TODO void windDataReplyReceived(...);
// TODO void cloudDataReplyReceived(...);
//! @}
};