Skip to main content

Interface: G1000AvionicsSystem

An interface that describes a basic G1000 avionics system.

Implemented by

Properties

index

Readonly index: number

The index of the system, for multiply redundant systems.

Defined in

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


state

state: undefined | AvionicsSystemState

The state of the avionics system.

Defined in

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

Methods

onUpdate

onUpdate(): void

A callback to call to update the state of the avionics system.

Returns

void

Defined in

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