Class: G3000FPLUtils
Utility methods for working with the flight plan display in the G3000.
Constructors
constructor
• new G3000FPLUtils(): G3000FPLUtils
Returns
Methods
getFlightPlanDisplayName
▸ getFlightPlanDisplayName(plan
): string
Gets the displayed name of a flight plan.
Parameters
Name | Type | Description |
---|---|---|
plan | FlightPlan | A flight plan. |
Returns
string
The flight plan's displayed name.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FlightPlan/G3000FPLUtils.tsx:14
▸ getFlightPlanDisplayName(name
, originIdent
, destIdent
): string
Gets the displayed name of a flight plan with a given origin, destination, and saved name.
Parameters
Name | Type | Description |
---|---|---|
name | undefined | string | The saved name of the flight plan, if any. |
originIdent | undefined | string | The ident of the flight plan's origin airport, if any. |
destIdent | undefined | string | The ident of the flight plan's destination airport, if any. |
Returns
string
The flight plan's displayed name.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FlightPlan/G3000FPLUtils.tsx:22