Skip to main content

Interface: ToldModule

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldModule.ts:7

A TOLD (takeoff/landing) performance calculation module.

Methods

canUpdateLandingResult()

canUpdateLandingResult(result, params): boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldModule.ts:35

Checks whether a previously calculated landing performance result can be updated with new parameters after the user has accepted landing V-speeds. The only parameter that can change to trigger an update is landing weight. If the result is updated, the accepted landing V-speeds will be adjusted if necessary without being cleared unless one or more landing limits are exceeded with the new parameters.

Parameters

ParameterTypeDescription
resultReadonly<ToldLandingPerformanceResult>The previously calculated landing performance result.
paramsReadonly<ToldLandingParameters>The new landing performance calculation parameters.

Returns

boolean

Whether the previously calculated landing performance result can be updated with new parameters.


canUpdateTakeoffResult()

canUpdateTakeoffResult(result, params): boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldModule.ts:24

Checks whether a previously calculated takeoff performance result can be updated with new parameters after the user has accepted takeoff V-speeds. The parameters that can change to trigger an update are limited to the following: aircraft weight, temperature (if derived from ram air temperature sensors), and barometric pressure setting. If the result is updated, the accepted takeoff V-speeds will be adjusted if necessary without being cleared unless one or more takeoff limits are exceeded with the new parameters.

Parameters

ParameterTypeDescription
resultReadonly<ToldTakeoffPerformanceResult>The previously calculated takeoff performance result.
paramsReadonly<ToldTakeoffParameters>The new takeoff performance calculation parameters.

Returns

boolean

Whether the previously calculated takeoff performance result can be updated with new parameters.


getDatabase()

getDatabase(): ToldDatabase

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldModule.ts:12

Gets a TOLD database.

Returns

ToldDatabase

A TOLD database.