Class: AvionicsStatusUtils
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsStatus/AvionicsStatusUtils.ts:6
A utility class for for working with G3000 avionics status.
Constructors
Constructor
new AvionicsStatusUtils():
AvionicsStatusUtils
Returns
AvionicsStatusUtils
Methods
getUid()
static
getUid(instrumentType
,instrumentIndex
):string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsStatus/AvionicsStatusUtils.ts:13
Gets the UID for a G3000 avionics unit (GDU or GTC).
Parameters
Parameter | 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.