Skip to main content

Interface: AvionicsSystemStateEvent

An event that contains an avionics system state change.

Properties

current

current: AvionicsSystemState

The state that the system was changed to.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:36


index

index: number

The index of the avionics system.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:30


previous

previous: undefined | AvionicsSystemState

The previous system state.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:33