Skip to main content

Class: AvionicsStatusUtils

A utility class for for working with G3000 avionics status.

Constructors

constructor

new AvionicsStatusUtils(): AvionicsStatusUtils

Returns

AvionicsStatusUtils

Methods

getUid

getUid(instrumentType, instrumentIndex): string

Gets the UID for a G3000 avionics unit (GDU or GTC).

Parameters

NameTypeDescription
instrumentTypeInstrumentTypeThe instrument type of the avionics unit.
instrumentIndexnumberThe instrument index of the avionics unit.

Returns

string

The UID for the specified avionics unit.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsStatus/AvionicsStatusUtils.ts:13