IRawMessageTranslatorGlobalDecodeFastSurfaceThresholdMilliseconds Property |
Gets or sets the number of milliseconds that an odd/even pair of CPR coordinates must be received within to be
usable for a global decode of surface position of a vehicle travelling faster than 25 knots.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int GlobalDecodeFastSurfaceThresholdMilliseconds { get; set; }
Property GlobalDecodeFastSurfaceThresholdMilliseconds As Integer
Get
Set
property int GlobalDecodeFastSurfaceThresholdMilliseconds {
int get ();
void set (int value);
}
abstract GlobalDecodeFastSurfaceThresholdMilliseconds : int with get, set
Property Value
Type:
Int32Remarks
This defaults to 25 seconds, as per the ICAO specs.
See Also