RawDecodingSettingsUseLocalDecodeForInitialPosition 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.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool UseLocalDecodeForInitialPosition { get; set; }
Public Property UseLocalDecodeForInitialPosition As Boolean
Get
Set
public:
property bool UseLocalDecodeForInitialPosition {
bool get ();
void set (bool value);
}
member UseLocalDecodeForInitialPosition : bool with get, set
Property Value
Type:
BooleanRemarks
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 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