fix the issues with the predicted path to planned path matching
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user