Skip to main content

Interface: WeightFuelEvents

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:18

Events related to weight and fuel calculations.

Properties

weightfuel_aircraft_weight

weightfuel_aircraft_weight: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:23

The current total aircraft weight, in pounds. A negative value indicates an uninitialized state.


weightfuel_excess_fuel

weightfuel_excess_fuel: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:46

The estimated amount of remaining fuel, in pounds, at time of landing less reserve and holding fuel. A value less than or equal to Number.MIN_SAFE_INTEGER indicates the quantity could not be calculated.


weightfuel_fob_weight

weightfuel_fob_weight: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:20

The weight of the current fuel on board, in pounds. A negative value indicates an uninitialized state.


weightfuel_holding_fuel

weightfuel_holding_fuel: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:40

The estimated amount of fuel, in pounds, required to complete the user-defined hold, in pounds. A negative value indicates the quantity could not be calculated.


weightfuel_landing_fuel

weightfuel_landing_fuel: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:29

The estimated amount of remaining fuel, in pounds, at time of landing. A value less than or equal to Number.MIN_SAFE_INTEGER indicates the quantity could not be calculated.


weightfuel_landing_weight

weightfuel_landing_weight: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:34

The estimated landing weight, in pounds. A negative value indicates the quantity could not be calculated.