add a function to project the IAF on the current path to have a virtual IAF

This commit is contained in:
Sven Czarnian
2021-12-16 16:01:49 +01:00
parent ffb944fd6d
commit 4da604af99
2 changed files with 77 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ namespace aman {
void updateInbound(EuroScopePlugIn::CRadarTarget& radarTarget);
void updateInbound(EuroScopePlugIn::CFlightPlan& plan);
void updateSequence(std::shared_ptr<aman::AircraftSequence>& sequence);
static void distanceToPredictedIaf(const EuroScopePlugIn::CRadarTarget& radarTarget, const EuroScopePlugIn::CFlightPlan& flightPlan,
const EuroScopePlugIn::CPosition& iafPosition, aman::AircraftReport* report);
Communication m_configuration;
std::shared_ptr<RadarScreen> m_screen;