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.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool UseLocalDecodeForInitialPosition { get; set; }
Property UseLocalDecodeForInitialPosition As Boolean
Get
Set
property bool UseLocalDecodeForInitialPosition {
bool get ();
void set (bool value);
}
abstract 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 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