From d24c1ee1cef19d9b93c52e3dedf3919abc1347a8 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Thu, 23 Dec 2021 17:50:21 +0100 Subject: [PATCH] add a flag to indicate if the filter needs to be reset --- include/aman/types/Inbound.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/aman/types/Inbound.h b/include/aman/types/Inbound.h index 2f7ba5c..5c41bd6 100644 --- a/include/aman/types/Inbound.h +++ b/include/aman/types/Inbound.h @@ -38,6 +38,7 @@ namespace aman { std::vector m_arrivalRoute; Time m_timeToLose; UtcTime::Point m_waypointEstimatedTimeOfArrival; + bool m_resetFilter; void updatePrediction(EuroScopePlugIn::CRadarTarget& target, const aman::AircraftSchedule& inbound); Velocity indicatedAirspeed(const Length& altitude) const noexcept;