mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +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
@@ -104,4 +104,9 @@ namespace BlackCore
|
||||
|
||||
return currentSituation;
|
||||
}
|
||||
|
||||
const QDateTime &CInterpolatorLinear::getTimeOfLastReceivedSituation() const
|
||||
{
|
||||
return m_aircraftSituationList.back().getTimestamp();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user