Skip to main content

Class: DevPlan

Defined in: workingtitle-instruments-epic2/shared/DevPlan/DevPlan.ts:9

A testing class for creating dev flight plans.

Constructors

Constructor

new DevPlan(): DevPlan

Returns

DevPlan

Methods

setupDevPlan()

static setupDevPlan(fms): Promise<void>

Defined in: workingtitle-instruments-epic2/shared/DevPlan/DevPlan.ts:14

Temp code to setup a dev flight plan for testing.

Parameters

ParameterTypeDescription
fmsEpic2FmsThe fms instance to use.

Returns

Promise<void>


setupKdenKcos()

protected static setupKdenKcos(fms): Promise<void>

Defined in: workingtitle-instruments-epic2/shared/DevPlan/DevPlan.ts:28

Setup a Denver to Colorado dev plan.

Parameters

ParameterTypeDescription
fmsEpic2FmsThe fms instance to use.

Returns

Promise<void>


setupNzchNznv()

protected static setupNzchNznv(fms): Promise<void>

Defined in: workingtitle-instruments-epic2/shared/DevPlan/DevPlan.ts:118

Setup a Christchurch RW20 to Invercargill RW22 dev plan. ATSAT1Q IDARA CHNV3 DUKOP DUKOP6B

Parameters

ParameterTypeDescription
fmsEpic2FmsThe fms instance to use.

Returns

Promise<void>