Interface: ToldDatabase
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldDatabase.ts:6
A TOLD (takeoff/landing) performance database.
Methods
calculateLandingPerformance()
calculateLandingPerformance(
params
,out
):ToldLandingPerformanceResult
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldDatabase.ts:27
Calculates landing performance values.
Parameters
Parameter | 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.
calculateTakeoffPerformance()
calculateTakeoffPerformance(
params
,out
):ToldTakeoffPerformanceResult
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldDatabase.ts:19
Calculates takeoff performance values.
Parameters
Parameter | 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.
getVersionString()
getVersionString():
string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldDatabase.ts:11
Gets a string describing this database's version.
Returns
string
A string describing this database's version.