Class: VSpeedBugManager
A manager of reference V-speed bugs. The manager will automatically hide takeoff V-speed bugs when gear or flaps are extended from a fully retracted state (the latter only when in the air). The manager will also optionally hide takeoff V-speed bugs when indicated airspeed exceeds a threshold value, if such a value is defined.
Constructors
constructor
• new VSpeedBugManager(bus
, vSpeedSettingManager
, adcCount
): VSpeedBugManager
Constructor.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
vSpeedSettingManager | VSpeedUserSettingManager | A manager for reference V-speed user settings. |
adcCount | number | The number of ADC sensors available on the airplane. |
Returns
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/VSpeed/VSpeedBugManager.ts:66
Methods
destroy
▸ destroy(): void
Destroys this manager.
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/VSpeed/VSpeedBugManager.ts:304
init
▸ init(paused?
): void
Initializes this manager.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
paused | boolean | false | Whether to initialize this manager as paused. Defaults to false . |
Returns
void
Throws
Error if this manager has been destroyed.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/VSpeed/VSpeedBugManager.ts:78
pause
▸ pause(): void
Pauses this manager. Once paused, this manager will no longer automatically hide takeoff V-speed bugs.
Returns
void
Throws
Error if this manager has been destroyed.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/VSpeed/VSpeedBugManager.ts:247
reset
▸ reset(): void
Resets all V-speed values to their defaults and hides all V-speed bugs.
Returns
void
Throws
Error if this manager has been destroyed.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/VSpeed/VSpeedBugManager.ts:284
resume
▸ resume(): void
Resumes this manager. Once resumed, this manager will automatically hide takeoff V-speed bugs once certain conditions are met.
Returns
void
Throws
Error if this manager has been destroyed.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/VSpeed/VSpeedBugManager.ts:216