Interface: AvionicsSystem
An interface that describes a basic avionics system.
Implemented by
Properties
index
• Readonly
index: number
The index of the system, for multiply redundant systems.
Defined in
src/sdk/system/AvionicsSystem.ts:33
state
• Readonly
state: undefined
| AvionicsSystemState
The state of the avionics system.
Defined in
src/sdk/system/AvionicsSystem.ts:27
Methods
onUpdate
▸ onUpdate(): void
A callback to call to update the state of the avionics system.
Returns
void
Defined in
src/sdk/system/AvionicsSystem.ts:30