Skip to main content

Class: AltitudeAlertController

Class to manage the altitude alerter on the PFD Altimeter

Constructors

constructor

new AltitudeAlertController(bus): AltitudeAlertController

Instantiates an instance of the AltitudeAlertController

Parameters

NameTypeDescription
busEventBusis the event bus

Returns

AltitudeAlertController

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:36

Properties

alerterState

alerterState: Subject<AltAlertState>

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:25


altitude

altitude: number = 0

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:28


altitudeLocked

altitudeLocked: boolean = false

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:27


approachActive

approachActive: boolean = false

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:26


isOnGround

isOnGround: boolean = false

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:24


selectedAltitude

selectedAltitude: number = NaN

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:29


targetAltitude

targetAltitude: number = 0

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:30

Methods

updateAltitudeAlerter

updateAltitudeAlerter(): void

A method called to update the altitude alerter

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:98