Browse Source

add a flag to indicate if the filter needs to be reset

Sven Czarnian 3 years ago
parent
commit
d24c1ee1ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/aman/types/Inbound.h

+ 1 - 0
include/aman/types/Inbound.h

@@ -38,6 +38,7 @@ namespace aman {
         std::vector<ArrivalWaypoint> 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;