Class: FmsVSpeedManager
A manager for FMS-defined V-speed values. Handles setting and clearing FMS-defined V-speed values.
Constructors
constructor
• new FmsVSpeedManager(vSpeedSettingManager
): FmsVSpeedManager
Constructor.
Parameters
Name | Type | Description |
---|---|---|
vSpeedSettingManager | VSpeedUserSettingManager | A manager of reference V-speed user settings. |
Returns
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Performance/TOLD/FmsVSpeedManager.ts:31
Methods
clearValue
▸ clearValue(name
, forceHide?
): void
Clears the FMS-defined value of a V-speed.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
name | string | undefined | The name of the V-speed for which to clear the FMS-defined value. |
forceHide | boolean | false | Whether to force the V-speed to be hidden on the PFD airspeed indicator. Ignored if a user-defined value for the V-speed exists. Defaults to false . |
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Performance/TOLD/FmsVSpeedManager.ts:82
setValue
▸ setValue(name
, value
, forceShow?
, clearUserValue?
): void
Sets the FMS-defined value of a V-speed.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
name | string | undefined | The name of the V-speed for which to set an FMS-defined value. |
value | number | undefined | The value to set, in knots. |
forceShow | boolean | false | Whether to force the V-speed to be displayed on the PFD airspeed indicator. Defaults to false . |
clearUserValue | boolean | false | Whether the clear the user-defined value for the V-speed. Defaults to false . |
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Performance/TOLD/FmsVSpeedManager.ts:54