Type Alias: AoaDefinition
AoaDefinition =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/SensorsConfig.ts:48
A definition for an angle of attack computer.
Properties
electricity?
optional
electricity:CompositeLogicXMLElement
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/SensorsConfig.ts:50
The electrical logic for this definition's angle of attack computer.
stallAoa()?
optional
stallAoa: (context
) =>NumericConfigResult
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/SensorsConfig.ts:56
A factory that generates the stall angle of attack value for the angle of attack computer to use, or undefined
if the computer should use the value provided by the sim.
Parameters
Parameter | Type |
---|---|
context | NumericBusConfigContext |
Returns
zeroLiftAoa()?
optional
zeroLiftAoa: (context
) =>NumericConfigResult
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/SensorsConfig.ts:62
A factory that generates the zero-lift angle of attack value for the angle of attack computer to use, or
undefined
if the computer should use the value provided by the sim.
Parameters
Parameter | Type |
---|---|
context | NumericBusConfigContext |