소스 검색

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

Sven Czarnian 3 년 전
부모
커밋
d24c1ee1ce
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;