Skip to main content

Class: Epic2Autothrottle

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Autothrottle/Epic2Autothrottle.ts:27

A Epic2 autothrottle system.

Constructors

Constructor

new Epic2Autothrottle(bus, fadec, config, airspeedDataProvider, airGroundDataProvider, altDataProvider, apDataProvider, flapWarningDataProvider, radioAltDataProvider, options): Epic2Autothrottle

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Autothrottle/Epic2Autothrottle.ts:357

Constructor.

Parameters

ParameterTypeDescription
busEventBusThe event bus.
fadecEpic2FadecThe FADEC.
configAutothrottleConfigThe autothrottle panel config
airspeedDataProviderAirspeedDataProviderThe airspeed data provider.
airGroundDataProviderAirGroundDataProviderThe air/ground data provider.
altDataProviderAltitudeDataProviderThe altitude data provider.
apDataProviderAutopilotDataProviderThe autopilot data provider.
flapWarningDataProviderFlapWarningDataProviderThe flap warning data provider.
radioAltDataProviderRadioAltimeterDataProviderThe radio altimeter data provider.
optionsundefined | AutothrottleOptionsOptional set of autothrottle options (for injection by plugin)

Returns

Epic2Autothrottle

Methods

destroy()

destroy(): void

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Autothrottle/Epic2Autothrottle.ts:1258

Destroys this autothrottle.

Returns

void


init()

init(): void

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Autothrottle/Epic2Autothrottle.ts:448

Initializes this autothrottle.

Returns

void

Throws

Error if this autothrottle has been destroyed.