add a flag to indicate if the filter needs to be reset
This commit is contained in:
@@ -38,6 +38,7 @@ namespace aman {
|
|||||||
std::vector<ArrivalWaypoint> m_arrivalRoute;
|
std::vector<ArrivalWaypoint> m_arrivalRoute;
|
||||||
Time m_timeToLose;
|
Time m_timeToLose;
|
||||||
UtcTime::Point m_waypointEstimatedTimeOfArrival;
|
UtcTime::Point m_waypointEstimatedTimeOfArrival;
|
||||||
|
bool m_resetFilter;
|
||||||
|
|
||||||
void updatePrediction(EuroScopePlugIn::CRadarTarget& target, const aman::AircraftSchedule& inbound);
|
void updatePrediction(EuroScopePlugIn::CRadarTarget& target, const aman::AircraftSchedule& inbound);
|
||||||
Velocity indicatedAirspeed(const Length& altitude) const noexcept;
|
Velocity indicatedAirspeed(const Length& altitude) const noexcept;
|
||||||
|
|||||||
Reference in New Issue
Block a user