Class: FmcFplnRequestSystem
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcFplnRequestSystem.ts:11
WT21 system to request flightplan from simbrief
Constructors
Constructor
new FmcFplnRequestSystem(
fms
):FmcFplnRequestSystem
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcFplnRequestSystem.ts:20
Ctor
Parameters
Parameter | Type | Description |
---|---|---|
fms | WT21Fms | Instance of the fms. |
Returns
FmcFplnRequestSystem
Methods
requestFlightplan()
requestFlightplan():
Promise
<boolean
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Datalink/FmcFplnRequestSystem.ts:28
Requests the flightplan from simbrief.
Returns
Promise
<boolean
>
A promise that resolves to a boolean indicating whether the flightplan request was successful.