Skip to main content

Interface: AvionicsSystem

Defined in: src/sdk/system/AvionicsSystem.ts:25

An interface that describes a basic avionics system.

Properties

index

readonly index: number

Defined in: src/sdk/system/AvionicsSystem.ts:33

The index of the system, for multiply redundant systems.


state

readonly state: undefined | AvionicsSystemState

Defined in: src/sdk/system/AvionicsSystem.ts:27

The state of the avionics system.

Methods

onUpdate()

onUpdate(): void

Defined in: src/sdk/system/AvionicsSystem.ts:30

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

Returns

void