add a function to project the IAF on the current path to have a virtual IAF
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user