Skip to main content

Enumeration: FlightPlanLegDataItemActiveStatus

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:26

Statuses of a flight plan leg relative to the active leg.

Enumeration Members

From

From: "From"

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:34

The leg is the current FROM leg.


Future

Future: "Future"

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:40

The leg has not yet been sequenced and is not the current TO leg.


None

None: "None"

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:28

The leg has no valid status.


Past

Past: "Past"

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:31

The leg has been sequenced and is not the current FROM leg.


To

To: "To"

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:37

The leg is the current TO leg.