Type Alias: AvionicsStatusGlobalPowerEvent
AvionicsStatusGlobalPowerEvent =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsStatus/AvionicsStatusEvents.ts:7
An event describing a change in the avionics global power state. The global power state is off (false
) if all
avionics units have a status equal to AvionicsStatus.Off, and on (true
) otherwise.
Properties
current
current:
boolean
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsStatus/AvionicsStatusEvents.ts:18
The current global power state. A value of undefined
indicates a power state could not be derived because no
avionics unit has yet reported its status.
previous
previous:
boolean
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsStatus/AvionicsStatusEvents.ts:12
The previous global power state. A value of undefined
indicates a power state could not be derived because no
avionics unit had yet reported its status.