Skip to main content

Class: CASConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:7

A configuration object which defines PFD CAS options.

Implements

  • Config

Constructors

Constructor

new CASConfig(element, pfdLayoutConfig): CASConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:37

Creates a new CASConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementundefined | ElementA configuration document element.
pfdLayoutConfigPfdLayoutConfigThe PFD layout configuration object.

Returns

CASConfig

Properties

alertCountFullScreen

readonly alertCountFullScreen: number

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:15

The maximum number of CAS messages to display when the PFD is in full mode.


alertCountSplitScreen

readonly alertCountSplitScreen: number

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:18

The maximum number of CAS messages to display when the PFD is in split mode.


casEnabled

readonly casEnabled: boolean

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:9

Whether to render the PFD CAS display.


unscrollableAlertCountFullScreen

readonly unscrollableAlertCountFullScreen: number

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:24

The maximum number of unscrollable CAS messages to display when the PFD is in full mode. Only applies if the display version is 2.


unscrollableAlertCountSplitScreen

readonly unscrollableAlertCountSplitScreen: number

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:30

The maximum number of unscrollable CAS messages to display when the PFD is in split mode. Only applies if the display version is 2.


version

readonly version: 1 | 2

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:12

The version of the CAS display to render.