Skip to main content

Class: FmcFplnRequestSystem

WT21 system to request flightplan from simbrief

Constructors

constructor

new FmcFplnRequestSystem(fms): FmcFplnRequestSystem

Ctor

Parameters

NameTypeDescription
fmsWT21FmsInstance of the fms.

Returns

FmcFplnRequestSystem

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcFplnRequestSystem.ts:20

Methods

requestFlightplan

requestFlightplan(): Promise<boolean>

Requests the flightplan from simbrief.

Returns

Promise<boolean>

A promise that resolves to a boolean indicating whether the flightplan request was successful.

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcFplnRequestSystem.ts:28