Class: MapTrafficController
Defined in: workingtitle-instruments-epic2/shared/Map/MapTrafficController.ts:16
A controller which handles map traffic settings.
Extends
Constructors
Constructor
new MapTrafficController(
context
,trafficEnabled
,tcasTrendVectorEnabled?
):MapTrafficController
Defined in: workingtitle-instruments-epic2/shared/Map/MapTrafficController.ts:29
Constructor.
Parameters
Parameter | Type | Default value | Description |
---|---|---|---|
context | MapSystemContext <MapTrafficControllerModules > | undefined | The map system context to use with this controller. |
trafficEnabled | Subscribable <boolean > | undefined | Whether the TCAS data is displayed on the INAV map when in TA or TA/RA mode. |
tcasTrendVectorEnabled? | null | Subscribable <boolean > | null | Whether to display trend vectors for intruders on the INAV map. |
Returns
MapTrafficController
Overrides
MapSystemController
.constructor
Properties
context
protected
readonly
context:MapSystemContext
<MapTrafficControllerModules
,any
,any
,any
>
Defined in: sdk/components/mapsystem/MapSystemController.ts:24
Inherited from
Accessors
isAlive
Get Signature
get isAlive():
boolean
Defined in: sdk/components/mapsystem/MapSystemController.ts:20
Whether this controller is alive.
Returns
boolean
Inherited from
Methods
destroy()
destroy():
void
Defined in: workingtitle-instruments-epic2/shared/Map/MapTrafficController.ts:77
Destroys this controller.
Returns
void
Overrides
onAfterMapRender()
onAfterMapRender():
void
Defined in: workingtitle-instruments-epic2/shared/Map/MapTrafficController.ts:38
This method is called after this controller' map is rendered.
Returns
void
Overrides
MapSystemController
.onAfterMapRender
onAfterUpdated()
onAfterUpdated(
time
,elapsed
):void
Defined in: sdk/components/mapsystem/MapSystemController.ts:78
This method is called immediately after this controller's map updates its layers.
Parameters
Parameter | Type | Description |
---|---|---|
time | number | The current time, as a Javascript timestamp. |
elapsed | number | The elapsed time, in milliseconds, since the last update. |
Returns
void
Inherited from
MapSystemController
.onAfterUpdated
onBeforeUpdated()
onBeforeUpdated(
time
,elapsed
):void
Defined in: sdk/components/mapsystem/MapSystemController.ts:68
This method is called immediately before this controller's map updates its layers.
Parameters
Parameter | Type | Description |
---|---|---|
time | number | The current time, as a Javascript timestamp. |
elapsed | number | The elapsed time, in milliseconds, since the last update. |
Returns
void
Inherited from
MapSystemController
.onBeforeUpdated
onDeadZoneChanged()
onDeadZoneChanged(
deadZone
):void
Defined in: sdk/components/mapsystem/MapSystemController.ts:48
This method is called when the dead zone of this controller's map changes.
Parameters
Parameter | Type | Description |
---|---|---|
deadZone | ReadonlyFloat64Array | The map's new dead zone. |
Returns
void
Inherited from
MapSystemController
.onDeadZoneChanged
onMapDestroyed()
onMapDestroyed():
void
Defined in: workingtitle-instruments-epic2/shared/Map/MapTrafficController.ts:72
This method is called when this controller's map is destroyed.
Returns
void
Overrides
MapSystemController
.onMapDestroyed
onMapProjectionChanged()
onMapProjectionChanged(
mapProjection
,changeFlags
):void
Defined in: sdk/components/mapsystem/MapSystemController.ts:58
This method is called when the projection of this controller's map changes.
Parameters
Parameter | Type | Description |
---|---|---|
mapProjection | MapProjection | The map projection. |
changeFlags | number | Bit flags describing the type of change. |
Returns
void
Inherited from
MapSystemController
.onMapProjectionChanged
onSleep()
onSleep():
void
Defined in: sdk/components/mapsystem/MapSystemController.ts:92
This method is called when this controller's map is put to sleep.
Returns
void
Inherited from
onWake()
onWake():
void
Defined in: sdk/components/mapsystem/MapSystemController.ts:85
This method is called when this controller's map is awakened.
Returns
void