Skip to main content

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

ParameterTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementundefined | ElementA 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: readonly Readonly<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: readonly Readonly<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: readonly Readonly<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: readonly Readonly<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: readonly Readonly<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: readonly Readonly<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: readonly Readonly<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: readonly Readonly<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: readonly Readonly<ElectricityOnlyDefinition>[]

Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/SensorsConfig.ts:148