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
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
fadec | Epic2Fadec | The FADEC. |
config | AutothrottleConfig | The autothrottle panel config |
airspeedDataProvider | AirspeedDataProvider | The airspeed data provider. |
airGroundDataProvider | AirGroundDataProvider | The air/ground data provider. |
altDataProvider | AltitudeDataProvider | The altitude data provider. |
apDataProvider | AutopilotDataProvider | The autopilot data provider. |
flapWarningDataProvider | FlapWarningDataProvider | The flap warning data provider. |
radioAltDataProvider | RadioAltimeterDataProvider | The radio altimeter data provider. |
options | undefined | AutothrottleOptions | Optional 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.