fix the issues with the predicted path to planned path matching

This commit is contained in:
Sven Czarnian
2021-12-15 16:53:55 +01:00
parent 88c40575ff
commit dbb3d6d557
2 changed files with 37 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ namespace aman {
Velocity groundSpeed(const Length& altitude, const Velocity& ias, const Angle& heading);
void createWindTables(const google::protobuf::RepeatedPtrField<aman::WindData>& wind);
static int matchToPredictedPath(const EuroScopePlugIn::CFlightPlanPositionPredictions& predictions, const GeoCoordinate& position,
Length& trackmiles);
const Velocity& groundspeed, Length& trackmiles);
void predictETA(const EuroScopePlugIn::CRadarTarget& target, const EuroScopePlugIn::CFlightPlanPositionPredictions& predictions);
public: