Class: PfdTrafficAlertMapManager
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Traffic/PfdTrafficAlertMapManager.ts:9
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
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Traffic/PfdTrafficAlertMapManager.ts:25
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
pfdIndex | PfdIndex | The index of this manager's PFD. |
bus | EventBus | The event bus. |
advisoryDataProvider | TcasAdvisoryDataProvider | A provider of TCAS advisory data. |
Returns
PfdTrafficAlertMapManager
Methods
destroy()
destroy():
void
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Traffic/PfdTrafficAlertMapManager.ts:90
Destroys this manager.
Returns
void
init()
init():
void
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Traffic/PfdTrafficAlertMapManager.ts:38
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.