mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Remove aircrafts with time of latest update greater than 15 seks
refs #229
This commit is contained in:
committed by
Klaus Basan
parent
83776c5cc9
commit
8341ef54d2
@@ -7,6 +7,7 @@
|
||||
#define BLACKCORE_INTERPOLATOR_H
|
||||
|
||||
#include "blackmisc/avaircraftsituation.h"
|
||||
#include <QDateTime>
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
@@ -40,6 +41,12 @@ namespace BlackCore
|
||||
* \return
|
||||
*/
|
||||
virtual BlackMisc::Aviation::CAircraftSituation getCurrentSituation() = 0;
|
||||
|
||||
/*!
|
||||
* \brief Get timestamp of the last received aircraft situation
|
||||
* \return
|
||||
*/
|
||||
virtual const QDateTime &getTimeOfLastReceivedSituation() const = 0;
|
||||
};
|
||||
|
||||
} // namespace BlackCore
|
||||
|
||||
Reference in New Issue
Block a user