Interface: G1000AvionicsSystem
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:4
An interface that describes a basic G1000 avionics system.
Properties
index
readonly
index:number
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:12
The index of the system, for multiply redundant systems.
state
state:
undefined
|AvionicsSystemState
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:6
The state of the avionics system.
Methods
onUpdate()
onUpdate():
void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Systems/G1000AvionicsSystem.ts:9
A callback to call to update the state of the avionics system.
Returns
void