Skip to main content

Interface: FmsSpeedEvents

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:6

Events related to FMS-computed speed targets.

Properties

fms_speed_active_target_ias

fms_speed_active_target_ias: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:41

The current active FMS target indicated airspeed, in knots. This value may differ from the FMS-computed value if a user override is in place. A negative value indicates there is no active target indicated airspeed.


fms_speed_active_target_is_mach

fms_speed_active_target_is_mach: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:50

Whether the current active FMS target speed is a mach number.


fms_speed_active_target_mach

fms_speed_active_target_mach: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:47

The current active FMS target mach number. This value may differ from the FMS-computed value if a user override is in place. A negative value indicates there is no active target mach number.


fms_speed_computed_max_ias

fms_speed_computed_max_ias: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:11

The current FMS-computed maximum airspeed, in knots.


fms_speed_computed_max_is_mach

fms_speed_computed_max_is_mach: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:17

Whether the current FMS-computed maximum speed is a mach number.


fms_speed_computed_max_mach

fms_speed_computed_max_mach: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:14

The current FMS-computed maximum mach number.


fms_speed_computed_max_source

fms_speed_computed_max_source: FmsSpeedTargetSource

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:20

The source of the current FMS-computed maximum speed.


fms_speed_computed_schedule

fms_speed_computed_schedule: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:8

The name of the performance schedule used by the FMS to compute the current target speed.


fms_speed_computed_target_ias

fms_speed_computed_target_ias: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:26

The current FMS-computed target indicated airspeed, in knots. A negative value indicates the FMS was unable to compute a speed.


fms_speed_computed_target_is_mach

fms_speed_computed_target_is_mach: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:32

Whether the current FMS-computed target speed is a mach number.


fms_speed_computed_target_mach

fms_speed_computed_target_mach: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:29

The current FMS-computed target mach number. A negative value indicates the FMS was unable to compute a speed.


fms_speed_computed_target_source

fms_speed_computed_target_source: FmsSpeedTargetSource

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FmsSpeed/FmsSpeedEvents.ts:35

The source of the current FMS-computed target speed.