Click or drag to resize
IRawMessageTranslatorUseLocalDecodeForInitialPosition Property
Gets or sets a value indicating that local decoding should be used to determine the initial position of an aircraft instead of global decoding of an odd / even frame.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool UseLocalDecodeForInitialPosition { get; set; }

Property Value

Type: Boolean
Remarks
If the aircraft is so far away that the local decode produces the wrong position then it will eventually be picked up by the ICAO reasonableness tests (perform another global decode using CPR values not used in the initial decode and confirm that position corresponds). If it fails that test then the position is reset and the next initial fix is forced to be made using a global decode.
See Also