Skip to main content

Interface: ToldDatabase

A TOLD (takeoff/landing) performance database.

Methods

calculateLandingPerformance

calculateLandingPerformance(params, out): ToldLandingPerformanceResult

Calculates landing performance values.

Parameters

NameTypeDescription
paramsReadonly<ToldLandingParameters>The landing parameters to use for the calculation.
outToldLandingPerformanceResultThe object to which to write the results.

Returns

ToldLandingPerformanceResult

The calculated landing performance values for the specified parameters.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldDatabase.ts:27


calculateTakeoffPerformance

calculateTakeoffPerformance(params, out): ToldTakeoffPerformanceResult

Calculates takeoff performance values.

Parameters

NameTypeDescription
paramsReadonly<ToldTakeoffParameters>The takeoff parameters to use for the calculation.
outToldTakeoffPerformanceResultThe object to which to write the results.

Returns

ToldTakeoffPerformanceResult

The calculated takeoff performance values for the specified parameters.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldDatabase.ts:19


getVersionString

getVersionString(): string

Gets a string describing this database's version.

Returns

string

A string describing this database's version.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldDatabase.ts:11