Skip to main content

Class: PfdTrafficAlertMapManager

A manager for traffic alert PFD map display settings. Automatically displays the PFD traffic inset map, or enables the display of traffic on the inset or HSI map if either is already displayed, when a traffic or resolution advisory is issued.

Constructors

constructor

new PfdTrafficAlertMapManager(pfdIndex, bus, advisoryDataProvider): PfdTrafficAlertMapManager

Constructor.

Parameters

NameTypeDescription
pfdIndexPfdIndexThe index of this manager's PFD.
busEventBusThe event bus.
advisoryDataProviderTcasAdvisoryDataProviderA provider of TCAS advisory data.

Returns

PfdTrafficAlertMapManager

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Traffic/PfdTrafficAlertMapManager.ts:25

Methods

destroy

destroy(): void

Destroys this manager.

Returns

void

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Traffic/PfdTrafficAlertMapManager.ts:90


init

init(): void

Initializes this manager. Once this manager is initialized, it will automatically display the PFD traffic inset map, or enable the display of traffic on the inset or HSI map if either is already displayed, when a traffic or resolution advisory is issued.

Returns

void

Throws

Error if this manager has been destroyed.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Traffic/PfdTrafficAlertMapManager.ts:38