Skip to main content

Class: DevPlan

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

A testing class for creating dev flight plans.

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:13

Temp code to setup a dev flight plan for testing.

Parameters

ParameterTypeDescription
fmsFmsThe fms instance to use.

Returns

Promise<void>