Interface: AvionicsSystemStateEvent
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:28
An event that contains an avionics system state change.
Properties
current
current:
AvionicsSystemState
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:36
The state that the system was changed to.
index
index:
number
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:30
The index of the avionics system.
previous
previous:
undefined
|AvionicsSystemState
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:33
The previous system state.