Click or drag to resize
IAdsbTranslator Interface
The interface that objects that can translate ME message blocks into ADS-B messages must implement.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAdsbTranslator

The IAdsbTranslator type exposes the following members.

Properties
  NameDescription
Public propertyStatistics
Gets or sets the statistics to update when translating messages.
Top
Methods
  NameDescription
Public methodTranslate
Translates the payload of the ExtendedSquitterMessage property into an ADS-B message.
Top
Remarks
It is expected that implementations of this class will use the ICompactPositionReporting interface to translate CPR coordinates into global coordinates.
See Also