Interface: AutothrottleDataProvider
Defined in: workingtitle-instruments-epic2/shared/Instruments/AutothrottleDataProvider.ts:31
Auto throttle data provided.
Properties
mode
mode:
Subscribable
<null
|AutothrottleMode
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AutothrottleDataProvider.ts:36
The current autothrottle mode, or null when invalid.
speedProtectionAvailable
speedProtectionAvailable:
boolean
Defined in: workingtitle-instruments-epic2/shared/Instruments/AutothrottleDataProvider.ts:42
Are autothrottle speed protections available?
state
state:
Subscribable
<null
|AutothrottleState
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AutothrottleDataProvider.ts:33
The current autothrottle state, or null when invalid.
targetCasConverted
targetCasConverted:
Subscribable
<number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AutothrottleDataProvider.ts:48
What is the current target calibrated airspeed, accounting for a conversion from target mach to target cas if AT is targetting a mach number
thrustDirectorTargetSpeed
thrustDirectorTargetSpeed:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AutothrottleDataProvider.ts:39
The thrust director target throttle speed in range [0, 1], or null when the thrust director is disabled.