Remove aircrafts with time of latest update greater than 15 seks

refs #229
This commit is contained in:
Roland Winklmeier
2014-05-05 00:33:57 +02:00
committed by Klaus Basan
parent 83776c5cc9
commit 8341ef54d2
4 changed files with 17 additions and 0 deletions

View File

@@ -104,4 +104,9 @@ namespace BlackCore
return currentSituation;
}
const QDateTime &CInterpolatorLinear::getTimeOfLastReceivedSituation() const
{
return m_aircraftSituationList.back().getTimestamp();
}
}