Class: SensorsConfig
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:91
A configuration object which defines options related to various aircraft sensors.
Constructors
Constructor
new SensorsConfig(
baseInstrument
,element
):SensorsConfig
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:157
Creates a new SensorsConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
SensorsConfig
Properties
acasDefinition
readonly
acasDefinition:AcasSystemDefinition
=SensorsConfig.DEFAULT_ACAS_DEFINITION
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:150
adahrsCount
readonly
adahrsCount:number
=2
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:101
The number of ADAHRS supported by the plane.
adahrsDefinitions
readonly
adahrsDefinitions: readonlyReadonly
<AdahrsDefinition
>[]
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:130
AHRS definitions. The index of each definition's position in the array corresponds to the index of its AHRS.
adfCount
readonly
adfCount:number
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:122
The number of ADF supported by the plane
adfDefinitions
readonly
adfDefinitions: readonlyReadonly
<ElectricityOnlyDefinition
>[]
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:146
flapWarningCount
readonly
flapWarningCount:number
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:119
The number of flap warning systems supported by the plane.
flapWarningDefinitions
readonly
flapWarningDefinitions: readonlyReadonly
<FlapWarningDefinition
>[]
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:144
gpsCount
readonly
gpsCount:number
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:107
The number of GPS receivers supported by the plane.
gpsDefinitions
readonly
gpsDefinitions: readonlyReadonly
<ElectricityOnlyDefinition
>[]
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:136
GPS definitions. The index of each definition's position in the array corresponds to the index of its GPS.
landingGearCount
readonly
landingGearCount:1
=1
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:116
The number of landing gear indication systems supported by the plane.
landingGearDefinitions
readonly
landingGearDefinitions: readonlyReadonly
<ElectricityOnlyDefinition
>[]
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:142
magnetometerCount
readonly
magnetometerCount:number
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:110
The number of magnetometers supported by the plane.
magnetometerDefinitions
readonly
magnetometerDefinitions: readonlyReadonly
<ElectricityOnlyDefinition
>[]
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:138
radarAltimeterCount
readonly
radarAltimeterCount:number
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:104
The number of Radio altimeters supported by the plane.
radarAltimeterDefinitions
readonly
radarAltimeterDefinitions: readonlyReadonly
<RadarAltimeterDefinition
>[]
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:133
RA definitions. The index of each definition's position in the array corresponds to the index of its RA.
stallWarningCount
readonly
stallWarningCount:number
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:113
The number of stall warning systems supported by the plane.
stallWarningDefinitions
readonly
stallWarningDefinitions: readonlyReadonly
<ElectricityOnlyDefinition
>[]
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:140
xpdrCount
readonly
xpdrCount:number
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:125
The number of transponder supported by the plane
xpdrDefinitions
readonly
xpdrDefinitions: readonlyReadonly
<ElectricityOnlyDefinition
>[]
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:148