Class: AltitudeAlertController
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:23
Class to manage the altitude alerter on the PFD Altimeter
Constructors
Constructor
new AltitudeAlertController(
bus
):AltitudeAlertController
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:36
Instantiates an instance of the AltitudeAlertController
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | is the event bus |
Returns
AltitudeAlertController
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
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AltitudeAlertController.ts:98
A method called to update the altitude alerter
Returns
void