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;