Skip to main content

Class: DevPlan

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/TestingUtils/DevPlan.ts:9

A testing class for creating dev flight plans.

Deprecated

Do not use this class. It will be removed in a future update.

Constructors

Constructor

new DevPlan(): DevPlan

Returns

DevPlan

Methods

setupDevPlan()

static setupDevPlan(fms): Promise<void>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/TestingUtils/DevPlan.ts:14

Temp code to setup a dev flight plan for testing.

Parameters

ParameterTypeDescription
fmsFmsThe fms instance to use.

Returns

Promise<void>