Class: AvionicsStatusUtils
A utility class for for working with G3000 avionics status.
Constructors
constructor
• new AvionicsStatusUtils(): AvionicsStatusUtils
Returns
Methods
getUid
▸ getUid(instrumentType
, instrumentIndex
): string
Gets the UID for a G3000 avionics unit (GDU or GTC).
Parameters
Name | Type | Description |
---|---|---|
instrumentType | InstrumentType | The instrument type of the avionics unit. |
instrumentIndex | number | The 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