Interface: ToldDatabase
A TOLD (takeoff/landing) performance database.
Methods
calculateLandingPerformance
▸ calculateLandingPerformance(params
, out
): ToldLandingPerformanceResult
Calculates landing performance values.
Parameters
Name | Type | Description |
---|---|---|
params | Readonly <ToldLandingParameters > | The landing parameters to use for the calculation. |
out | ToldLandingPerformanceResult | The object to which to write the results. |
Returns
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
Name | Type | Description |
---|---|---|
params | Readonly <ToldTakeoffParameters > | The takeoff parameters to use for the calculation. |
out | ToldTakeoffPerformanceResult | The object to which to write the results. |
Returns
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