Skip to main content

Class: ToldComputer

A computer for TOLD (takeoff/landing) performance calculations.

Constructors

constructor

new ToldComputer(bus, facLoader, fms, adcCount, config, fmsVSpeedManager, vSpeedSettingManager): ToldComputer

Constructor.

Parameters

NameTypeDescription
busEventBusThe event bus.
facLoaderFacilityLoaderThe facility loader.
fmsFms<"">The FMS.
adcCountnumberThe number of ADC sensors available on the airplane.
configToldConfigA TOLD performance calculations configuration object.
fmsVSpeedManagerFmsVSpeedManagerA manager of FMS-defined V-speed values.
vSpeedSettingManagerVSpeedUserSettingManagerA manager of reference V-speed user settings.

Returns

ToldComputer

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Performance/TOLD/ToldComputer.ts:297

Methods

destroy

destroy(): void

Destroys this computer. Once destroyed, this computer will no longer perform any calculations or updates, and cannot be paused or resumed.

Returns

void

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Performance/TOLD/ToldComputer.ts:1522


init

init(module, paused?): void

Initializes this computer.

Parameters

NameTypeDefault valueDescription
moduleToldModuleundefinedThe module to use with this computer.
pausedbooleanfalseWhether to initialize this computer as paused. Defaults to false.

Returns

void

Throws

Error if this computer has been destroyed.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Performance/TOLD/ToldComputer.ts:314


pause

pause(): void

Pauses this computer. Once paused, this computer will not perform any calculations or updates until it is resumed.

Returns

void

Throws

Error if this computer has been destroyed.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Performance/TOLD/ToldComputer.ts:1016


reset

reset(): void

Resets this computer. Clears any accepted FMS V-speed values and reverts all user-controllable TOLD settings to their defaults. Has no effect if this computer is not initialized.

Returns

void

Throws

Error if this computer has been destroyed.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Performance/TOLD/ToldComputer.ts:1066


resume

resume(): void

Resumes this computer. Once resumed, this computer will perform calculations and updates as necessary until it is paused or destroyed.

Returns

void

Throws

Error if this computer has been destroyed.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Performance/TOLD/ToldComputer.ts:969