Skip to main content

@microsoft/msfs-wtg3000-common

Enumerations

Classes

Interfaces

References

CAS

Renames and re-exports G3000FullCASDisplay


G3000CASProps

Renames and re-exports G3000FullCASDisplayProps

Type Aliases

AdcDefinition

Ƭ AdcDefinition: Object

A definition for an ADC.

Type declaration

NameTypeDescription
airspeedIndicatorIndexnumberThe index of the sim airspeed indicator used by this definition's ADC.
electricity?CompositeLogicXMLElementThe electrical logic for this definition's ADC.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:6


AdfRadio

Ƭ AdfRadio: "ADF1" | "ADF2"

ADF radios.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Radio/G3000Radio.ts:18


AhrsDefinition

Ƭ AhrsDefinition: Object

A definition for an AHRS.

Type declaration

NameTypeDescription
attitudeIndicatorIndexnumberThe index of the sim attitude indicator used by this definition's AHRS.
directionIndicatorIndexnumberThe index of the sim direction indicator used by this definition's AHRS.
electricity?CompositeLogicXMLElementThe electrical logic for this definition's AHRS.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:17


AoaDefinition

Ƭ AoaDefinition: Object

A definition for an angle of attack computer.

Type declaration

NameTypeDescription
electricity?CompositeLogicXMLElementThe electrical logic for this definition's angle of attack computer.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:47


AoaIndicatorUserSettingTypes

Ƭ AoaIndicatorUserSettingTypes: Object

Angle of attack indicator user settings.

Type declaration

NameTypeDescription
aoaDisplayModeAoaIndicatorDisplaySettingModeThe display mode of the angle of attack indicator.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/PfdUserSettings.ts:35


AuralAlertUserSettingTypes

Ƭ AuralAlertUserSettingTypes: Object

Aural alert user settings.

Type declaration

NameTypeDescription
auralAlertVoiceAuralAlertVoiceSettingThe voice type to use for aural alerts.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/AuralAlertSettings.ts:14


AutopilotHdgOptions

Ƭ AutopilotHdgOptions: Object

Options for the autopilot HDG director.

Type declaration

NameTypeDescription
maxBankAnglenumberThe maximum supported bank angle, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:17


AutopilotLNavOptions

Ƭ AutopilotLNavOptions: Object

Options for the autopilot LNAV director.

Type declaration

NameTypeDescription
maxBankAnglenumberThe maximum supported bank angle, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:41


AutopilotLocOptions

Ƭ AutopilotLocOptions: Object

Options for the autopilot LOC director.

Type declaration

NameTypeDescription
maxBankAnglenumberThe maximum supported bank angle, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:33


AutopilotLowBankOptions

Ƭ AutopilotLowBankOptions: Object

Options for the autopilot Low Bank Mode.

Type declaration

NameTypeDescription
maxBankAnglenumberThe maximum supported bank angle, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:49


AutopilotRollOptions

Ƭ AutopilotRollOptions: Object

Options for the autopilot ROL director.

Type declaration

NameTypeDescription
maxBankAnglenumberThe maximum supported bank angle, in degrees.
minBankAnglenumberThe minimum supported bank angle, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:6


AutopilotVorOptions

Ƭ AutopilotVorOptions: Object

Options for the autopilot VOR director.

Type declaration

NameTypeDescription
maxBankAnglenumberThe maximum supported bank angle, in degrees.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:25


AvionicsStatusChangeEvent

Ƭ AvionicsStatusChangeEvent: Object

An event describing a change in avionics unit status.

Type declaration

NameTypeDescription
currentAvionicsStatusThe current status of the avionics unit.
previousAvionicsStatus | undefinedThe previous status of the avionics unit.

Defined in

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


AvionicsStatusGlobalPowerEvent

Ƭ AvionicsStatusGlobalPowerEvent: Object

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.

Type declaration

NameTypeDescription
currentboolean | undefinedThe 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.
previousboolean | undefinedThe 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.

Defined in

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


AvionicsType

Ƭ AvionicsType: "G3000" | "G5000"

Avionics type.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/CommonTypes.ts:4


ComRadio

Ƭ ComRadio: "COM1" | "COM2" | "COM3"

COM radios.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Radio/G3000Radio.ts:15


ConfigurationVSpeedGroup

Ƭ ConfigurationVSpeedGroup: BaseVSpeedGroup & { maxAltitude?: number ; type: Configuration }

A configuration reference V-speed group.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeed.ts:64


ConnextMapAllUserSettingTypes

Ƭ ConnextMapAllUserSettingTypes: ConnextMapDisplayPaneUserSettingTypes<LeftPfd> & ConnextMapDisplayPaneUserSettingTypes<LeftMfd> & ConnextMapDisplayPaneUserSettingTypes<RightMfd> & ConnextMapDisplayPaneUserSettingTypes<RightPfd>

All true Connext weather map settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:131


ConnextMapCombinedUserSettingTypes

Ƭ ConnextMapCombinedUserSettingTypes: MapUserSettingTypes & WeatherMapUserSettingTypes & ConnextMapUserSettingTypes

Combined Connext weather map, weather map, and general map user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:119


ConnextMapDelegatedUserSettingNames

Ƭ ConnextMapDelegatedUserSettingNames: "mapRangeIndex" | "mapNexradShow" | "mapNexradRangeIndex"

Names of combined Connext weather map user settings that delegate to another user setting.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:114


ConnextMapDisplayPaneUserSettingTypes

Ƭ ConnextMapDisplayPaneUserSettingTypes<Index>: { [Name in keyof ConnextMapUserSettingTypes as `${Name}_${Index}`]: ConnextMapUserSettingTypes[Name] }

True Connext weather map settings for an indexed controllable display pane.

Type parameters

NameType
Indexextends ControllableDisplayPaneIndex

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:124


ControllableDisplayPaneIndex

Ƭ ControllableDisplayPaneIndex: LeftPfd | LeftMfd | RightMfd | RightPfd

Indexes for display panes that are controllable by GTCs.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneTypes.ts:16


DisplayPaneAllUserSettingTypes

Ƭ DisplayPaneAllUserSettingTypes: DisplayPaneUserSettingTypes<LeftPfdInstrument> & DisplayPaneUserSettingTypes<LeftPfd> & DisplayPaneUserSettingTypes<LeftMfd> & DisplayPaneUserSettingTypes<RightMfd> & DisplayPaneUserSettingTypes<RightPfd> & DisplayPaneUserSettingTypes<RightPfdInstrument>

All true display pane settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/DisplayPanesUserSettings.ts:46


DisplayPaneController

Ƭ DisplayPaneController: -1 | DisplayPaneControlGtcIndex

The index of the controlling GTC or -1 if nothing is controlling it.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/DisplayPanesUserSettings.ts:7


DisplayPaneSettings

Ƭ DisplayPaneSettings: Object

Generates the UserSettingDefinition type based on the settings object

Type declaration

NameTypeDescription
displayPaneControllerDisplayPaneControllerThe index of the GTC currently controlling the display pane, or -1 if no GTC is controlling the pane.
displayPaneDesignatedViewstringThe key of the display pane's designated view.
displayPaneDesignatedWeatherViewstringThe key of the display pane's designated weather view.
displayPaneHalfSizeOnlybooleanWhether the view currently displayed by the display pane only supports half-size mode.
displayPaneMapPointerActivebooleanWhether the map pointer is active for the display pane.
displayPaneViewstringThe key of the view currently displayed by the display pane.
displayPaneVisiblebooleanWhether a display pane is visible.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/DisplayPanesUserSettings.ts:10


DisplayPaneSettingsValues

Ƭ DisplayPaneSettingsValues: DisplayPaneSettings[keyof DisplayPaneSettings]

All possible display pane settings values.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/DisplayPanesUserSettings.ts:34


DisplayPaneUserSettingTypes

Ƭ DisplayPaneUserSettingTypes<Index>: { [Name in keyof DisplayPaneSettings as `${Name}_${Index}`]: DisplayPaneSettings[Name] }

True settings for display pane maps.

Type parameters

NameType
Indexextends DisplayPaneIndex

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/DisplayPanesUserSettings.ts:39


DmeRadio

Ƭ DmeRadio: "DME1" | "DME2"

DME radios.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Radio/G3000Radio.ts:21


FlightDirectorUserSettingTypes

Ƭ FlightDirectorUserSettingTypes: Object

Flight director user settings.

Type declaration

NameTypeDescription
flightDirectorFormatFlightDirectorFormatSettingModeThe format of the flight director.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/PfdUserSettings.ts:18


FlightPlanDataObject

Ƭ FlightPlanDataObject: FlightPlanSegmentData | FlightPlanLegData

Type for a data item in the flight plan.

Defined in

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


FlightPlanListData

Ƭ FlightPlanListData: FlightPlanSegmentListData | FlightPlanLegListData | AddEnrouteWaypointButtonListData

Type for an item in the flight plan list.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FlightPlan/FlightPlanDataTypes.ts:24


FlightPlanTextRowData

Ƭ FlightPlanTextRowData: FlightPlanSegmentListData | FlightPlanLegListData

Leg and segment list data.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FlightPlan/FlightPlanTextUpdater.ts:20


FmsAirframeSpeedLimitContext

Ƭ FmsAirframeSpeedLimitContext: Object

A context for FMS airframe speed limits.

Type declaration

NameTypeDescription
pressureAltSubscribable<number>The airplane's current pressure altitude, in feet.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FmsSpeed/FmsSpeedTypes.ts:38


FmsAirframeSpeedLimits

Ƭ FmsAirframeSpeedLimits: Object

Airframe FMS speed limits.

Type declaration

NameTypeDescription
iasFmsAirframeSpeedLimitConfigA config which defines the airframe's maximum indicated airspeed limit.
machFmsAirframeSpeedLimitConfigA config which defines the airframe's maximum mach number limit.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:88


FmsConfigurationSpeedDefinition

Ƭ FmsConfigurationSpeedDefinition: Object

A definition for an FMS aircraft configuration speed limit setting.

Type declaration

NameTypeDescription
defaultValuenumberThe configuration limit's default value, in knots.
extensionnumberThe gear or flaps extension threshold required to activate the configuration limit. For gear, the value is expressed as a percent of full extension. For glaps, the value is expressed as an angle in degrees.
maximumValuenumberThe configuration limit's maximum allowed value, in knots.
minimumValuenumberThe configuration limit's minimum allowed value, in knots.
namestringThe display name of the configuration limit.
type"flaps" | "gear"The type of configuration limit.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:99


FmsFlightPathOptions

Ƭ FmsFlightPathOptions: Object

Options for flight path calculations.

Type declaration

NameTypeDescription
lowBankAnglenumberThe maximum bank angle, in degrees, to use to calculate turns while in low-bank mode.
maxBankAnglenumberThe maximum bank angle, in degrees, to use to calculate turns while outside of low-bank mode.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/FmsConfig.ts:7


FmsPositionDefinition

Ƭ FmsPositionDefinition: Object

A definition for an FMS geo-positioning system.

Type declaration

NameTypeDescription
electricity?CompositeLogicXMLElementThe electrical logic for this definition's FMS geo-positioning system.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:14


FmsSpeedBaseSchedule

Ƭ FmsSpeedBaseSchedule: Object

A pre-defined FMS speed schedule.

Type declaration

NameTypeDescription
iasnumberThis schedule's target indicated airspeed, in knots.
isDefaultbooleanWhether this schedule is a default schedule.
machnumberThis schedule's target mach number.
namestringThe name of this schedule.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:125


FmsSpeedClimbSchedule

Ƭ FmsSpeedClimbSchedule: FmsSpeedBaseSchedule & { type: "climb" }

A pre-defined FMS climb schedule.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:142


FmsSpeedCruiseSchedule

Ƭ FmsSpeedCruiseSchedule: FmsSpeedBaseSchedule & { type: "cruise" }

A pre-defined FMS cruise schedule.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:150


FmsSpeedDescentSchedule

Ƭ FmsSpeedDescentSchedule: FmsSpeedBaseSchedule & { fpa: number ; type: "descent" }

A pre-defined FMS descent schedule.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:158


FmsSpeedUserSettingTypes

Ƭ FmsSpeedUserSettingTypes: Object

FMS speed user settings.

Index signature

[fmsSpeedConfigurationLimit: `fmsSpeedConfigurationLimit_${number}`]: number

An FMS aircraft configuration speed limit, in knots.

Type declaration

NameTypeDescription
fmsSpeedArrivalCeilingnumberThe FMS arrival terminal area speed limit ceiling, in feet AGL.
fmsSpeedArrivalLimitnumberThe FMS arrival terminal area speed limit, in knots.
fmsSpeedArrivalRadiusnumberThe FMS arrival terminal area speed limit radius, in nautical miles.
fmsSpeedClimbAltitudeCeilingnumberThe FMS climb phase altitude speed limit ceiling, in feet indicated altitude.
fmsSpeedClimbAltitudeLimitnumberThe FMS climb phase altitude speed limit, in knots.
fmsSpeedClimbIasnumberThe scheduled FMS climb phase target indicated airspeed, in knots.
fmsSpeedClimbMachnumberThe scheduled FMS climb phase target mach number.
fmsSpeedClimbScheduleIndexnumberThe index of the selected FMS climb schedule.
fmsSpeedCruiseIasnumberThe scheduled FMS cruise phase target indicated airspeed, in knots.
fmsSpeedCruiseMachnumberThe scheduled FMS cruise phase target mach number.
fmsSpeedCruiseScheduleIndexnumberThe index of the selected FMS cruise schedule.
fmsSpeedDepartureCeilingnumberThe FMS departure terminal area speed limit ceiling, in feet AGL.
fmsSpeedDepartureLimitnumberThe FMS departure terminal area speed limit, in knots.
fmsSpeedDepartureRadiusnumberThe FMS departure terminal area speed limit radius, in nautical miles.
fmsSpeedDescentAltitudeCeilingnumberThe FMS descent phase altitude speed limit ceiling, in feet indicated altitude.
fmsSpeedDescentAltitudeLimitnumberThe FMS descent phase altitude speed limit, in knots.
fmsSpeedDescentFpanumberThe scheduled FMS descent phase target flight path angle, in degrees.
fmsSpeedDescentIasnumberThe scheduled FMS descent phase target indicated airspeed, in knots.
fmsSpeedDescentMachnumberThe scheduled FMS descent phase target mach number.
fmsSpeedDescentScheduleIndexnumberThe index of the selected FMS descent schedule.
fmsSpeedPilotClimbIasnumberThe pilot-defined FMS climb phase target indicated airspeed, in knots.
fmsSpeedPilotClimbMachnumberThe pilot-defined FMS climb phase target mach number.
fmsSpeedPilotCruiseIasnumberThe pilot-defined FMS cruise phase target indicated airspeed, in knots.
fmsSpeedPilotCruiseMachnumberThe pilot-defined FMS cruise phase target mach number.
fmsSpeedPilotDescentFpanumberThe pilot-defined FMS descent phase target flight path angle, in degrees.
fmsSpeedPilotDescentIasnumberThe pilot-defined FMS descent phase target indicated airspeed, in knots.
fmsSpeedPilotDescentMachnumberThe pilot-defined FMS descent phase target mach number.
fmsSpeedUserTargetIasnumberThe user-defined FMS target indicated airspeed override, in knots.
fmsSpeedUserTargetIsMachbooleanWhether the user-defined FMS target override is a mach number.
fmsSpeedUserTargetMachnumberThe user-defined FMS target mach number override.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/FmsSpeedUserSettings.ts:10


FmsSpeedValue

Ƭ FmsSpeedValue: Object

An FMS speed value, consisting of a speed and associated unit.

Type declaration

NameTypeDescription
unitSpeedUnitThe unit of the speed.
valuenumberThe numeric value of the speed.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FmsSpeed/FmsSpeedTargetDataProvider.ts:9


FmsSpeedsGeneralLimits

Ƭ FmsSpeedsGeneralLimits: Object

General FMS speed limits.

Type declaration

NameTypeDescription
maximumIasnumberThe maximum indicated airspeed, in knots.
maximumMachnumberThe maximum mach number.
minimumIasnumberThe minimum indicated airspeed, in knots.
minimumMachnumberThe minimum mach number.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:71


G3000AutothrottleFmaData

Ƭ G3000AutothrottleFmaData: Object

Autothrottle data to display on the PFD FMA (AFCS status box).

Type declaration

NameTypeDescription
activeModestringThe name of the active autothrottle mode.
armedModestringThe name of the armed autothrottle mode.
isActiveModeFailbooleanWhether the active autothrottle mode is a failure mode.
statusG3000AutothrottleStatusThe status of the autothrottle.
targetIasnumber | nullThe active target indicated airspeed to display, in knots, or null if there is no such value.
targetMachnumber | nullThe active target mach number to display, or null if there is no such value.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Autothrottle/G3000Autothrottle.ts:14


G3000ComRadioUserSettingTypes

Ƭ G3000ComRadioUserSettingTypes: ComRadioUserSettingTypes & { comRadio1ReceiveMode: ComRadioReceiveMode ; comRadio2ReceiveMode: ComRadioReceiveMode ; comRadioTransmit: "COM1" | "COM2" }

G3000 settings related to COM radios.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/G3000ComRadioUserSettings.ts:8


G3000CourseNeedleNavSource

Ƭ G3000CourseNeedleNavSource: NavSource<G3000CourseNeedleNavSourceName>

A NavSource for the G3000CourseNeedle.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:34


G3000CourseNeedleNavSourceName

Ƭ G3000CourseNeedleNavSourceName: typeof courseNeedleNavSourceNames[number]

The names of the available nav sources in the G3000 for the course needle.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:26


G3000CourseNeedleNavSources

Ƭ G3000CourseNeedleNavSources: NavSources<G3000CourseNeedleNavSourceName>

A collection of NavSources that can be used with the G3000CourseNeedle.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:32


G3000FlightPlannerId

Ƭ G3000FlightPlannerId: ""

The ID of the G3000's flight planner.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/CommonTypes.ts:33


G3000MapDelegatedUserSettingNames

Ƭ G3000MapDelegatedUserSettingNames: "mapAirspaceClassBShow" | "mapAirspaceClassCShow" | "mapAirspaceClassDShow" | "mapAirspaceRestrictedShow" | "mapAirspaceMoaShow" | "mapAirspaceOtherShow" | "mapAirportLargeShow" | "mapAirportMediumShow" | "mapAirportSmallShow"

Names of map user settings that delegate to a G3000-specific user setting.

Defined in

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


G3000MapUserSettingTypes

Ƭ G3000MapUserSettingTypes: Omit<MapUserSettingTypes, G3000MapDelegatedUserSettingNames> & G3000SpecificMapUserSettingTypes

G3000 map user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/MapUserSettings.ts:47


G3000NavIndicator

Ƭ G3000NavIndicator: NavIndicator<G3000NavSourceName>

A G3000 NavReferenceIndicator.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:39


G3000NavIndicatorName

Ƭ G3000NavIndicatorName: "bearingPointer1" | "bearingPointer2" | "activeSource" | "approachPreview" | "navInfo" | "dmeInfo"

A valid NavReferenceIndicator name for the G3000.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:37


G3000NavIndicators

Ƭ G3000NavIndicators: NavIndicators<G3000NavSourceName, G3000NavIndicatorName>

A collection of G3000 NavReferenceIndicators.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:41


G3000NavSource

Ƭ G3000NavSource: NavSource<G3000NavSourceName>

A G3000 NavReferenceSource.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:28


G3000NavSourceName

Ƭ G3000NavSourceName: "NAV1" | "NAV2" | "DME1" | "DME2" | "ADF1" | "ADF2" | "FMS1" | "FMS2"

A valid NavReferenceSource name for the G3000.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:24


G3000NavSources

Ƭ G3000NavSources: NavSources<G3000NavSourceName>

A collection of G3000 NavReferenceSources.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:30


G3000RadioTypeMap

Ƭ G3000RadioTypeMap: Object

A map from G3000 radio types to their associated radios.

Type declaration

NameTypeDescription
AdfAdfRadioADF radios.
ComComRadioCOM radios.
DmeDmeRadioDME radios.
NavNavRadioNAV radios.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Radio/G3000Radio.ts:26


G3000RadioTypeMapReverse

Ƭ G3000RadioTypeMapReverse: Object

A map from G3000 radios to their radio types.

Type declaration

NameTypeDescription
ADF1AdfADF1 radio.
ADF2AdfADF2 radio.
COM1ComCOM1 radio.
COM2ComCOM2 radio.
COM3ComCOM3 radio.
DME1DmeDME1 radio.
DME2DmeDME2 radio.
NAV1NavNAV1 radio.
NAV2NavNAV2 radio.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Radio/G3000Radio.ts:40


G3000SpecificMapUserSettingTypes

Ƭ G3000SpecificMapUserSettingTypes: Object

G3000-specific map user settings.

Type declaration

NameTypeDescription
mapAirportShowbooleanWhether to show all airport types.
mapAirspaceShowbooleanWhether to show all airspace types.
mapInsetModeMapInsetSettingModeThe map inset mode.
mapInsetTextCumulativebooleanWhether the map flight plan text inset shows cumulative data for distance and ETE.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/MapUserSettings.ts:30


G3000TerrainSystemType

Ƭ G3000TerrainSystemType: TerrainSystemType.TawsA | TerrainSystemType.TawsB

Terrain system types supported by the G3000/G5000.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/G3000TerrainSystemTypes.ts:6


G3000TrafficSystemType

Ƭ G3000TrafficSystemType: TrafficSystemType.Tis | TrafficSystemType.Tas | TrafficSystemType.TcasII

Traffic system types supported by the G3000/G5000.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Traffic/TrafficConfig.ts:10


G3000WaypointSearchType

Ƭ G3000WaypointSearchType: FacilitySearchType.Airport | FacilitySearchType.Intersection | FacilitySearchType.Vor | FacilitySearchType.Ndb | FacilitySearchType.User | FacilitySearchType.AllExceptVisual

Supported FacilitySearchTypes for use in a G3000 waypoint search.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Navigation/G3000Facilities.ts:4


GeneralVSpeedGroup

Ƭ GeneralVSpeedGroup: BaseVSpeedGroup & { type: General }

A general reference V-speed group.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeed.ts:33


GpsReceiverDefinition

Ƭ GpsReceiverDefinition: Object

A definition for a GPS receiver.

Type declaration

NameTypeDescription
electricity?CompositeLogicXMLElementThe electrical logic for this definition's GPS receiver.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:6


GtcControlSetup

Ƭ GtcControlSetup: "all" | "pfd" | "mfd" | "pfd-navcom"

An option defining the control modes supported by a GTC.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/CommonTypes.ts:28


GtcIndex

Ƭ GtcIndex: 1 | 2 | 3 | 4

Valid GTC indexes.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/CommonTypes.ts:19


GtcOrientation

Ƭ GtcOrientation: "horizontal" | "vertical"

Valid orientations for a GTC.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/CommonTypes.ts:23


HorizonDirectorCueOption

Ƭ HorizonDirectorCueOption: "single" | "dual" | "both"

An option for horizon display flight director cue style support.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/HorizonConfig.ts:7


IauAllUserSettingTypes

Ƭ IauAllUserSettingTypes: { [Name in keyof IauUserSettingTypes as `${Name}_${number}`]: IauUserSettingTypes[Name] }

All true IAU user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/IauUserSettings.ts:18


IauUserSettingTypes

Ƭ IauUserSettingTypes: Object

IAU user settings.

Type declaration

NameTypeDescription
iauAdcIndexnumberThe index of the ADC used by an IAU.
iauAhrsIndexnumberThe index of the AHRS used by an IAU.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/IauUserSettings.ts:7


InstrumentType

Ƭ InstrumentType: "PFD" | "MFD" | "GTC"

Instrument type.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/CommonTypes.ts:9


LandingPerfConfigurationOptions

Ƭ LandingPerfConfigurationOptions: Object

Landing performance calculation configuration options.

Type declaration

NameTypeDescription
antiIce?Readonly<ToldAntiIceOptions>Anti-ice options. If not defined, anti-ice options are not supported.
autothrottle?Readonly<ToldAutothrottleOptions>Autothrottle options. If not defined, autothrottle options are not supported.
flaps?Readonly<ToldFlapsOptions>Flaps configuration options. If not defined, flaps options are not supported.
thrustReverser?Readonly<ToldThrustReverserOptions>Thrust reverser options. If not defined, thrust reverser options are not supported.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:104


LandingVSpeedGroup

Ƭ LandingVSpeedGroup: BaseVSpeedGroup & { type: Landing }

A landing reference V-speed group.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeed.ts:56


MapAllUserSettingTypes

Ƭ MapAllUserSettingTypes: MapDisplayPaneUserSettingTypes<LeftPfd> & MapDisplayPaneUserSettingTypes<LeftMfd> & MapDisplayPaneUserSettingTypes<RightMfd> & MapDisplayPaneUserSettingTypes<RightPfd> & MapPfdSplitUserSettingTypes<1> & MapPfdSplitUserSettingTypes<2>

All true map settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/MapUserSettings.ts:85


MapDataSourceOptions

Ƭ MapDataSourceOptions: Object

Options to define from where a map sources its data.

Type declaration

NameTypeDescription
iauIndex?number | Subscribable<number>The index of the IAU (integrated avionics unit) from which the map sources its data. Defaults to 1.
iauSettingManagerIauUserSettingManagerA manager for all IAU user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Map/MapBuilder.ts:66


MapDisplayPaneUserSettingTypes

Ƭ MapDisplayPaneUserSettingTypes<Index>: { [Name in keyof G3000MapUserSettingTypes as `${Name}_${Index}`]: G3000MapUserSettingTypes[Name] }

True map settings for display pane maps.

Type parameters

NameType
Indexextends ControllableDisplayPaneIndex

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/MapUserSettings.ts:52


MapOwnAirplaneIconOptions

Ƭ MapOwnAirplaneIconOptions: Object

Options for the map's own airplane icon.

Type declaration

NameTypeDescription
airplaneIconAnchorReadonlyFloat64ArrayThe anchor point of the icon.
airplaneIconSizenumberThe size of the icon.
airplaneIconSrcstringThe URI of the icon's image asset.
noHeadingAirplaneIconAnchor?ReadonlyFloat64ArrayThe anchor point of the no-heading icon.
noHeadingAirplaneIconSrc?stringThe URI of the no-heading icon's image asset.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Map/MapBuilder.ts:46


MapPfdSplitUserSettingTypes

Ƭ MapPfdSplitUserSettingTypes<Index>: { [Name in keyof MapSplitUserSettingTypes as `${Name}Pfd_${Index}`]: MapSplitUserSettingTypes[Name] }

True map settings for PFD inset/HSI maps that are split (independent) between the PFD maps and the PFD display pane maps.

Type parameters

NameType
Indexextends PfdIndex

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/MapUserSettings.ts:71


MapPfdUserSettingTypes

Ƭ MapPfdUserSettingTypes<Index>: { [Name in keyof G3000MapUserSettingTypes as Name extends keyof MapSplitUserSettingTypes ? `${Name}Pfd_${Index}` : `${Name}_${Index extends 1 ? LeftPfd : RightPfd}`]: G3000MapUserSettingTypes[Name] }

True map settings for PFD inset/HSI maps.

Type parameters

NameType
Indexextends PfdIndex

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/MapUserSettings.ts:78


MapSettingSyncUserSettingTypes

Ƭ MapSettingSyncUserSettingTypes: Object

Map user setting synchronization settings.

Type declaration

NameTypeDescription
mapUserSettingSyncLeftMapSettingSyncMap settings sync type for the left side display panes.
mapUserSettingSyncRightMapSettingSyncMap settings sync type for the right side display panes.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/MapSettingSyncUserSettings.ts:20


MarkerBeaconDefinition

Ƭ MarkerBeaconDefinition: Object

A definition for a marker beacon receiver.

Type declaration

NameTypeDescription
electricity?CompositeLogicXMLElementThe electrical logic for this definition's marker beacon receiver.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:39


Ƭ NavRadio: "NAV1" | "NAV2"

NAV radios

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Radio/G3000Radio.ts:12


Ƭ NavRadioMonitorUserSettingTypes: Object

Type descriptions for NAV radio audio monitoring user settings.

Type declaration

NameTypeDescription
navRadioMonitorIdentEnabled1booleanWhether NAV1 radio IDENT audio is enabled.
navRadioMonitorIdentEnabled2booleanWhether NAV2 radio IDENT audio is enabled.
navRadioMonitorSelected1booleanWhether NAV1 radio has been selected for monitoring.
navRadioMonitorSelected2booleanWhether NAV2 radio has been selected for monitoring.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/NavRadioMonitorUserSettings.ts:6


Ƭ NavigationMapPaneFlightPlanFocusData: Object

A description of a procedure to display in a procedure preview pane.

Type declaration

NameTypeDescription
globalLegIndexnumberThe global index of the leg associated with the focus, or -1 if there is no associated leg.
globalLegIndexEndnumberThe index of the last focused flight plan leg, exclusive.
globalLegIndexStartnumberThe index of the first focused flight plan leg, inclusive.
planIndexnumberThe index of the focused flight plan, or -1 if no flight plan is focused.
segmentIndexnumberThe index of the segment associated with the focus, or -1 if there is no associated segment.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:6


NearestPaneSelectionData

Ƭ NearestPaneSelectionData: Object

A description of a waypoint to target in a nearest pane.

Type declaration

NameTypeDescription
icaostringThe ICAO of the selected waypoint, or the empty string if there is no selected waypoint.
resetRangebooleanWhether to reset the range of the map.
typeNearestPaneSelectionTypeThe type of selection.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NearestPane/NearestPaneViewEvents.ts:18


NearestWaypointFacilityType

Ƭ NearestWaypointFacilityType: Extract<FacilityType, FacilityType.Airport | FacilityType.VOR | FacilityType.NDB | FacilityType.Intersection | FacilityType.USR>

Types of facilities associated with nearest waypoints.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Nearest/NearestWaypoint.ts:7


NearestWaypointTypeMap

Ƭ NearestWaypointTypeMap: Object

A map from nearest facility types to waypoint types.

Type declaration

NameTypeDescription
LOAD_AIRPORTAirportWaypointAirports.
LOAD_INTERSECTIONFacilityWaypoint<IntersectionFacility>Intersections.
LOAD_NDBFacilityWaypoint<NdbFacility>NDBs.
LOAD_VORFacilityWaypoint<VorFacility>VORs.
USRFacilityWaypoint<UserFacility>User waypoints.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Nearest/NearestWaypoint.ts:15


PerformanceWeightLimits

Ƭ PerformanceWeightLimits: Object

Aircraft weight limits and capacities.

Type declaration

NameTypeDescription
basicEmptyNumberUnitReadOnly<UnitFamily.Weight>Default basic empty weight.
maxLandingNumberUnitReadOnly<UnitFamily.Weight>Maximum landing weight.
maxPassengerCountnumberMaximum passenger count.
maxRampNumberUnitReadOnly<UnitFamily.Weight>Maximum ramp weight.
maxTakeoffNumberUnitReadOnly<UnitFamily.Weight>Maximum takeoff weight.
maxZeroFuelNumberUnitReadOnly<UnitFamily.Weight>Maximum zero-fuel weight.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/PerformanceConfig.ts:8


PfdAliasedUserSettingTypes

Ƭ PfdAliasedUserSettingTypes: SynVisUserSettingTypes & AltimeterUserSettingTypes & FlightDirectorUserSettingTypes & AoaIndicatorUserSettingTypes & WindDisplayUserSettingTypes & PfdMapLayoutUserSettingTypes & PfdBearingPointerUserSettingTypes

Aliased PFD user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/PfdUserSettings.ts:103


PfdAllUserSettingTypes

Ƭ PfdAllUserSettingTypes: PfdIndexedUserSettingTypes<1> & PfdIndexedUserSettingTypes<2> & PfdNonIndexedUserSettingTypes

All true PFD user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/PfdUserSettings.ts:132


PfdBearingPointerUserSettingTypes

Ƭ PfdBearingPointerUserSettingTypes: Object

PFD map layout user settings.

Type declaration

NameTypeDescription
pfdBearingPointer1SourcePfdBearingPointerSourceThe data source of bearing pointer 1.
pfdBearingPointer2SourcePfdBearingPointerSourceThe data source of bearing pointer 2.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/PfdUserSettings.ts:92


PfdIndex

Ƭ PfdIndex: 1 | 2

Valid PFD indexes.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/CommonTypes.ts:14


PfdMapLayoutUserSettingTypes

Ƭ PfdMapLayoutUserSettingTypes: Object

PFD map layout user settings.

Type declaration

NameTypeDescription
pfdMapLayoutPfdMapLayoutSettingModeThe layout mode of the PFD map.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/PfdUserSettings.ts:71


ProcedurePreviewPaneProcData

Ƭ ProcedurePreviewPaneProcData: Object

A description of a procedure to display in a procedure preview pane.

Type declaration

NameTypeDescription
airportIcaostringThe ICAO of the airport to which the procedure belongs.
procedureIndexnumberThe index of the procedure.
runwayDesignationstringThe designation of the runway associated with the procedure, or the empty string if there is no associated runway.
runwayTransitionIndexnumberThe index of the runway transition, or -1 if there is no runway transition.
transitionIndexnumberThe index of the transition.
typeProcedureTypeThe type of the procedure.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneViewEvents.ts:7


RadarAltimeterDefinition

Ƭ RadarAltimeterDefinition: Object

A definition for a radar altimeter.

Type declaration

NameTypeDescription
electricity?CompositeLogicXMLElementThe electrical logic for this definition's radar altimeter.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:31


Radio

Ƭ Radio: NavRadio | ComRadio | AdfRadio | DmeRadio

All G3000 radios (NAV, COM, ADF, and DME).

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Radio/G3000Radio.ts:64


RadioDefinition

Ƭ RadioDefinition: Object

A definition for a radio.

Type declaration

NameTypeDescription
electricity?CompositeLogicXMLElementThe electrical logic for this definition's radio.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:6


SelectableFlightPlanListData

Ƭ SelectableFlightPlanListData: FlightPlanSegmentListData | FlightPlanLegListData

Type for a selectable item in the flight plan list.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FlightPlan/FlightPlanDataTypes.ts:27


TakeoffPerfConfigurationOptions

Ƭ TakeoffPerfConfigurationOptions: Object

Takeoff performance calculation configuration options.

Type declaration

NameTypeDescription
antiIce?Readonly<ToldAntiIceOptions>Anti-ice options. If not defined, anti-ice options are not supported.
flaps?Readonly<ToldFlapsOptions>Flaps configuration options. If not defined, flaps options are not supported.
rolling?Readonly<ToldRollingTakeoffOptions>Rolling takeoff options. If not defined, rolling takeoff options are not supported.
thrustReverser?Readonly<ToldThrustReverserOptions>Thrust reverser options. If not defined, thrust reverser options are not supported.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:87


TakeoffVSpeedGroup

Ƭ TakeoffVSpeedGroup: BaseVSpeedGroup & { maxIas?: number ; type: Takeoff }

A takeoff reference V-speed group.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeed.ts:41


TerrainSystemModuleConfig

Ƭ TerrainSystemModuleConfig: ResolvableConfig<(bus: EventBus, fms: Fms<G3000FlightPlannerId>) => TerrainSystemModule>

A configuration object that defines a terrain alerting system module.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/TerrainSystemModuleConfig.ts:11


ToldAntiIceOptions

Ƭ ToldAntiIceOptions: Object

Anti-ice options for TOLD (takeoff/landing) performance calculations.

Type declaration

NameTypeDescription
maxTempNumberUnitReadOnly<UnitFamily.Temperature>The maximum tempreature at which the anti-ice ON option is selectable.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:30


ToldAutothrottleOptions

Ƭ ToldAutothrottleOptions: Object

Autothrottle options for TOLD (takeoff/landing) performance calculations.

Type declaration

NameTypeDescription
placeHolderbooleanA placeholder.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:79


ToldFlapsOption

Ƭ ToldFlapsOption: Object

A flaps configuration option for TOLD (takeoff/landing) performance calculations.

Type declaration

NameTypeDescription
extensionnumberThe amount of flaps extension, in degrees, associated with this option.
namestringThe name of this option.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:8


ToldFlapsOptions

Ƭ ToldFlapsOptions: Object

Flaps configuration options for TOLD (takeoff/landing) performance calculations.

Type declaration

NameTypeDescription
defaultIndexnumberThe index of the default flaps configuration option.
optionsreadonly Readonly<ToldFlapsOption>[]Flaps configuration options.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:19


ToldLandingPerformanceResult

Ƭ ToldLandingPerformanceResult: Object

Landing performance values.

Type declaration

NameTypeDescription
crosswindnumber | undefinedThe crosswind component, in knots, used in the calculation of this result. Positive values indicate wind direction from the left of the runway (i.e. wind blowing to the right across the runway).
flapsstring | undefinedThe name of the flaps setting used in the calculation of this result, or undefined if flaps configuration was not used in the calculation.
headwindnumber | undefinedThe headwind component, in knots, used in the calculation of the result.
limitsExceedednumberThe landing limits exceeded, as bitflags.
maxCrosswindnumber | undefinedThe maximum allowed crosswind component, in knots.
maxHeadwindnumber | undefinedThe maximum allowed headwind component, in knots.
maxPressureAltitudenumber | undefinedThe maximum allowed landing pressure altitude, in feet.
maxRunwayWeightnumberThe maximum allowed landing weight for the available runway length. A negative value indicates that the weight could not be calculated. This weight is based on runway length required for a landing at Vref.
maxTailwindnumber | undefinedThe maximum allowed tailwind component, in knots.
maxTemperaturenumber | undefinedThe maximum allowed landing temperature, in degrees Celsius.
maxWeightnumberThe maximum allowed landing weight, in pounds.
minPressureAltitudenumber | undefinedThe minimum allowed landing pressure altitude, in feet.
minTemperaturenumber | undefinedThe minimum allowed landing temperature, in degrees Celsius.
pressurenumber | undefinedThe pressure, in hectopascals, used in the calculation of this result.
pressureAltitudenumber | undefinedThe pressure altitude, in feet, used in the calculation of this result.
runwayLengthAvailablenumber | undefinedThe available runway length, in feet, used in the calculation of this result.
runwayLengthRequiredRefnumberThe runway length required, in feet, for a landing at Vref. A negative value indicates that the length could not be calculated.
runwayLengthRequiredRef10number | undefinedThe runway length required, in feet, for a landing at Vref+10. Only defined for contaminated runway surface conditions. A negative value indicates that the length could not be calculated.
temperaturenumber | undefinedThe temperature, in degrees Celsius, used in the calculation of this result.
vSpeedsreadonly ToldVSpeed[]V-speeds.
weightnumber | undefinedThe landing weight, in pounds, used in the calculation of this result.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:206


ToldRollingTakeoffOptions

Ƭ ToldRollingTakeoffOptions: Object

Rolling takeoff options for takeoff performance calculations.

Type declaration

NameTypeDescription
defaultOptionbooleanThe default rolling takeoff option.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:71


ToldTakeoffPerformanceResult

Ƭ ToldTakeoffPerformanceResult: Object

Takeoff performance values.

Type declaration

NameTypeDescription
crosswindnumber | undefinedThe crosswind component, in knots, used in the calculation of this result. Positive values indicate wind direction from the left of the runway (i.e. wind blowing to the right across the runway).
flapsstring | undefinedThe name of the flaps setting used in the calculation of this result, or undefined if flaps configuration was not used in the calculation.
headwindnumber | undefinedThe headwind component, in knots, used in the calculation of the result.
limitsExceedednumberThe takeoff limits exceeded, as bitflags.
maxCrosswindnumber | undefinedThe maximum allowed crosswind component, in knots.
maxHeadwindnumber | undefinedThe maximum allowed headwind component, in knots.
maxPressureAltitudenumber | undefinedThe maximum allowed takeoff pressure altitude, in feet.
maxRunwayWeightnumberThe maximum allowed takeoff weight for the available runway length. A negative value indicates that the weight could not be calculated.
maxTailwindnumber | undefinedThe maximum allowed tailwind component, in knots.
maxTemperaturenumber | undefinedThe maximum allowed takeoff temperature, in degrees Celsius.
maxWeightnumberThe maximum allowed takeoff weight, in pounds.
minPressureAltitudenumber | undefinedThe minimum allowed takeoff pressure altitude, in feet.
minTemperaturenumber | undefinedThe minimum allowed takeoff temperature, in degrees Celsius.
pressurenumber | undefinedThe pressure, in hectopascals, used in the calculation of this result.
pressureAltitudenumber | undefinedThe pressure altitude, in feet, used in the calculation of this result.
runwayLengthAvailablenumber | undefinedThe available runway length, in feet, used in the calculation of this result.
runwayLengthRequirednumberThe runway length required, in feet. A negative value indicates that the length could not be calculated.
temperaturenumber | undefinedThe temperature, in degrees Celsius, used in the calculation of this result.
vSpeedsreadonly ToldVSpeed[]V-speeds.
weightnumber | undefinedThe takeoff weight, in pounds, used in the calculation of this result.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:132


ToldThrustReverserOptions

Ƭ ToldThrustReverserOptions: Object

Thrust reverser options for TOLD (takeoff/landing) performance calculations.

Type declaration

NameTypeDescription
selectableResolvableConfig<ToldThrustReverserSelectableChecker>A configuration object which resolves to a function which checks which thrust reverser settings are selectable.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:63


ToldThrustReverserSelectableChecker

Ƭ ToldThrustReverserSelectableChecker: (surface: ToldRunwaySurfaceCondition, flaps?: string, antiIce?: boolean) => ToldThrustReverserSelectable

A function which checks which of the TOLD (takeoff/landing) performance calculation thrust reverser settings are selectable for a given set of conditions.

Type declaration

▸ (surface, flaps?, antiIce?): ToldThrustReverserSelectable

Parameters
NameTypeDescription
surfaceToldRunwaySurfaceConditionThe runway surface condition.
flaps?stringThe name of the flaps setting.
antiIce?booleanWhether anti-ice is on.
Returns

ToldThrustReverserSelectable

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:58


ToldUserSettingTypes

Ƭ ToldUserSettingTypes: Object

TOLD (takeoff/landing) performance calculation user settings.

Type declaration

NameTypeDescription
toldDatabaseVersionstringThe version of the TOLD database. An empty string indicates no TOLD database is available.
toldDestinationDefaultAppliedbooleanWhether the default destination has been applied since the last power cycle.
toldDestinationIcaostringThe ICAO of the landing destination (either an airport or a runway).
toldEnabledbooleanWhether TOLD calculations are enabled.
toldLandingAntiIceOnbooleanWhether anti-ice is on for landing.
toldLandingAutothrottleOnbooleanWhether autothrottle is on for landing.
toldLandingCalcResultstringThe most recent landing performance calculation results, as a stringified JSON. An empty string indicates there is no result.
toldLandingCanUsePredictedWeightbooleanWhether predicted weight can be used for the landing weight.
toldLandingFactornumberThe landing factor, in percent.
toldLandingFactorDefaultnumberThe default landing factor, in percent. A negative value indicates an uninitialized state.
toldLandingFlapsIndexnumberThe index of the landing flaps setting.
toldLandingFlapsIndexDefaultnumberThe index of the default landing flaps setting. A negative value indicates an unintialized state.
toldLandingPressurenumberThe pressure setting at the landing runway (QNH), in hectopascals. A negative value indicated an uninitialized state.
toldLandingPressureAltitudenumberThe calculated pressure altitude at the landing runway, in feet.
toldLandingRunwayElevationnumberThe landing runway elevation, in feet above MSL. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldLandingRunwayGradientnumberThe landing runway gradient, in hundredths of percent. Positive values indicate an upward slope. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldLandingRunwayHeadingnumberThe landing runway heading, in degrees true. A negative value indicates an uninitialized state.
toldLandingRunwayLengthnumberThe landing runway length, in feet. A negative value indicates an uninitialized state.
toldLandingRunwaySurfaceToldRunwaySurfaceConditionThe landing runway surface condition.
toldLandingTemperaturenumberThe landing temperature, in degrees Celsius. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldLandingThrustReversersbooleanWhether to take credit for thrust reversers for landing performance calculations.
toldLandingUsePredictedWeightbooleanWhether to use predicted weight instead of current weight for the landing weight.
toldLandingVSpeedsAcceptedbooleanWhether the calculated landing V-speeds have been accepted.
toldLandingWeightnumberThe landing weight, in pounds. A negative value indicates an uninitialized state.
toldLandingWindDirectionnumberThe landing wind direction, in degrees true. A negative value indicates an uninitialized state.
toldLandingWindSpeednumberThe landing wind speed, in knots. A negative value indicates an uninitialized state.
toldOriginIcaostringThe ICAO of the takeoff origin (either an airport or a runway).
toldTakeoffAntiIceOnbooleanWhether anti-ice is on for takeoff.
toldTakeoffCalcResultstringThe most recent takeoff performance calculation results, as a stringified JSON. An empty string indicates there is no result.
toldTakeoffCanUseRatbooleanWhether it is possible to use ram air temperature for takeoff temperature.
toldTakeoffFactornumberThe takeoff factor, in percent.
toldTakeoffFlapsIndexnumberThe index of the takeoff flaps setting.
toldTakeoffFlapsIndexDefaultnumberThe index of the default takeoff flaps setting. A negative value indicates an unintialized state.
toldTakeoffPressurenumberThe pressure setting at the takeoff runway (QNH), in hectopascals. A negative value indicates an uninitialized state.
toldTakeoffPressureAltitudenumberThe calculated pressure altitude at the takeoff runway, in feet.
toldTakeoffRollingbooleanWhether takeoff is a rolling takeoff.
toldTakeoffRollingDefaultnumberThe default rolling takeoff option. 0 = false and 1 = true. A negative value indicates an uninitialized state.
toldTakeoffRunwayElevationnumberThe takeoff runway elevation, in feet above MSL. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldTakeoffRunwayGradientnumberThe takeoff runway gradient, in hundredths of percent. Positive values indicate an upward slope. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldTakeoffRunwayHeadingnumberThe takeoff runway heading, in degrees true. A negative value indicates an uninitialized state.
toldTakeoffRunwayLengthnumberThe takeoff runway length, in feet. A negative value indicates an uninitialized state.
toldTakeoffRunwaySurfaceToldRunwaySurfaceConditionThe takeoff runway surface condition.
toldTakeoffTemperaturenumberThe takeoff temperature, in degrees Celsius. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldTakeoffThrustReversersbooleanWhether to take credit for thrust reversers for takeoff performance calculations.
toldTakeoffUseRatbooleanWhether to use ram air temperature for takeoff temperature.
toldTakeoffVSpeedsAcceptedbooleanWhether the calculated takeoff V-speeds have been accepted.
toldTakeoffWeightnumberThe takeoff weight, in pounds. A negative value indicates an uninitialized state.
toldTakeoffWindDirectionnumberThe takeoff wind direction, in degrees true. A negative value indicates an uninitialized state.
toldTakeoffWindSpeednumberThe takeoff wind speed, in knots. A negative value indicates an uninitialized state.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/ToldUserSettings.ts:7


ToldVSpeed

Ƭ ToldVSpeed: Object

A calculated TOLD (takeoff/landing) V-speed value.

Type declaration

NameTypeDescription
namestringThe name of this V-speed.
valuenumberThe value of this V-speed, in knots. A negative value indicates that the speed could not be calculated.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:14


TouchdownCalloutAltitude

Ƭ TouchdownCalloutAltitude: GarminTawsVoiceCalloutAltitude

Supported touchdown callout altitudes (in feet AGL).

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/G3000TerrainSystemTypes.ts:12


TouchdownCalloutOptions

Ƭ TouchdownCalloutOptions: Object

Options for a single touchdown callout.

Type declaration

NameTypeDescription
altitudeGarminTawsVoiceCalloutAltitudeThe callout's altitude, in feet.
enabledbooleanWhether the callout is enabled by default.
userConfigurablebooleanWhether the callout can be enabled and disabled by the user.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/TouchdownCalloutsConfig.ts:12


TouchdownCalloutUserSettingTypes

Ƭ TouchdownCalloutUserSettingTypes: Object

Touchdown callout user settings.

Type declaration

NameTypeDescription
touchdownCallout100EnabledbooleanWhether the 100-foot touchdown callout is enabled.
touchdownCallout10EnabledbooleanWhether the 10-foot touchdown callout is enabled.
touchdownCallout150EnabledbooleanWhether the 150-foot touchdown callout is enabled.
touchdownCallout200EnabledbooleanWhether the 200-foot touchdown callout is enabled.
touchdownCallout20EnabledbooleanWhether the 20-foot touchdown callout is enabled.
touchdownCallout250EnabledbooleanWhether the 250-foot touchdown callout is enabled.
touchdownCallout300EnabledbooleanWhether the 300-foot touchdown callout is enabled.
touchdownCallout30EnabledbooleanWhether the 30-foot touchdown callout is enabled.
touchdownCallout350EnabledbooleanWhether the 350-foot touchdown callout is enabled.
touchdownCallout400EnabledbooleanWhether the 400-foot touchdown callout is enabled.
touchdownCallout40EnabledbooleanWhether the 40-foot touchdown callout is enabled.
touchdownCallout450EnabledbooleanWhether the 450-foot touchdown callout is enabled.
touchdownCallout500EnabledbooleanWhether the 500-foot touchdown callout is enabled.
touchdownCallout50EnabledbooleanWhether the 50-foot touchdown callout is enabled.
touchdownCalloutMasterEnabledbooleanWhether touchdown callouts are enabled.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/TouchdownCalloutSettings.ts:8


TunableRadio

Ƭ TunableRadio: NavRadio | ComRadio | AdfRadio

G3000 radios that can be freely tuned.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Radio/G3000Radio.ts:69


VSpeedDefinition

Ƭ VSpeedDefinition: Object

A definition for a reference V-speed.

Type declaration

NameTypeDescription
defaultValuenumberThe default value of the V-speed, in knots.
namestringThe name of the V-speed.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeed.ts:4


VSpeedGroup

Ƭ VSpeedGroup: GeneralVSpeedGroup | TakeoffVSpeedGroup | LandingVSpeedGroup | ConfigurationVSpeedGroup

A reference V-speed group.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeed.ts:79


WaypointInfoPaneSelectionData

Ƭ WaypointInfoPaneSelectionData: Object

A description of a waypoint to target in a waypoint information pane.

Type declaration

NameTypeDescription
icaostringThe ICAO of the selected waypoint, or the empty string if there is no selected waypoint.
resetRangebooleanWhether to reset the range of the map.
runwayIndexnumberThe index of the selected runway, or -1 if there is no selected runway.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/WaypointInfoPane/WaypointInfoPaneViewEvents.ts:6


WeatherMapAllUserSettingTypes

Ƭ WeatherMapAllUserSettingTypes: WeatherMapDisplayPaneUserSettingTypes<LeftPfd> & WeatherMapDisplayPaneUserSettingTypes<LeftMfd> & WeatherMapDisplayPaneUserSettingTypes<RightMfd> & WeatherMapDisplayPaneUserSettingTypes<RightPfd>

All true weather map settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:24


WeatherMapDisplayPaneUserSettingTypes

Ƭ WeatherMapDisplayPaneUserSettingTypes<Index>: { [Name in keyof WeatherMapUserSettingTypes as `${Name}_${Index}`]: WeatherMapUserSettingTypes[Name] }

True weather map settings for an indexed controllable display pane.

Type parameters

NameType
Indexextends ControllableDisplayPaneIndex

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:17


WeatherRadarAllUserSettingTypes

Ƭ WeatherRadarAllUserSettingTypes: Pick<WeatherRadarUserSettingTypes, "wxrActive"> & WeatherRadarDisplayPaneUserSettingTypes<LeftPfd> & WeatherRadarDisplayPaneUserSettingTypes<LeftMfd> & WeatherRadarDisplayPaneUserSettingTypes<RightMfd> & WeatherRadarDisplayPaneUserSettingTypes<RightPfd>

All true weather radar settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherRadarUserSettings.ts:20


WeatherRadarDefinition

Ƭ WeatherRadarDefinition: Object

A definition for a weather radar.

Type declaration

NameTypeDescription
electricity?CompositeLogicXMLElementThe electrical logic for this definition's weather radar.
horizontalScanWidthnumberThe angular width, in degrees, of the horizontal scan of this definition's weather radar.
maxGainnumberThe maximum gain setting, in dBZ.
minGainnumberThe minimum gain setting, in dBZ.
scanActiveCircuitIndex?numberThe index of the circuit to switch on when the weather radar is actively scanning.
scanActiveCircuitProcedureIndex?numberThe index of the system.cfg electrical procedure to use the change the active radar scan circuit switch state.
supportExtendedColorsbooleanWhether the extended 16-color scale is supported for this definition's weather radar.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:55


WeatherRadarDisplayPaneUserSettingTypes

Ƭ WeatherRadarDisplayPaneUserSettingTypes<Index>: { [Name in WeatherRadarIndexedUserSettingNames as `${Name}_${Index}`]: WeatherRadarUserSettingTypes[Name] }

True display pane-specific weather radar settings.

Type parameters

NameType
Indexextends ControllableDisplayPaneIndex

Defined in

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


WeightFuelUserSettingTypes

Ƭ WeightFuelUserSettingTypes: Object

Weight and Fuel user settings.

Type declaration

NameTypeDescription
weightFuelAvgPaxnumberThe Average Passenger Weight setting, in pounds.
weightFuelBasicEmptynumberThe Basic Empty Weight setting, in pounds. A negative value represents an uninitialized state.
weightFuelBasicOperatingnumberThe calculated basic operating weight, in pounds.
weightFuelCargonumberThe Cargo weight setting, in pounds.
weightFuelCrewStoresnumberThe Crew & Stores setting, in pounds.
weightFuelEstHoldingTimenumberThe Estimated Holding Time setting, in minutes.
weightFuelInitialFobnumberThe initial Fuel on Board setting, in pounds. A negative value represents an uninitialized state.
weightFuelNumberPaxnumberThe Number of Passengers setting.
weightFuelReservesnumberThe Fuel Reserves setting, in pounds.
weightFuelTotalPassengernumberThe calculated total passenger weight, in pounds.
weightFuelZeroFuelnumberThe calculated zero fuel weight, in pounds.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeightFuelUserSettings.ts:5


WindDisplayUserSettingTypes

Ƭ WindDisplayUserSettingTypes: Object

Wind display user settings.

Type declaration

NameTypeDescription
windDisplayModeWindDisplaySettingModeThe display mode of the wind display.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/PfdUserSettings.ts:53

Variables

courseNeedleNavSourceNames

Const courseNeedleNavSourceNames: readonly ["FMS1", "NAV1", "NAV2"]

The names of the available nav sources in the G3000 for the course needle.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:17