Click or drag to resize
DataSource Class
A collection of strings describing the UniqueId values for the receiver formats that ship with VRS.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.SettingsDataSource

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class DataSource

The DataSource type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllInternalDataSources
Gets an array of all internal data sources. This is not used by the server, it's just to make life easier for the unit tests.
Top
Fields
  NameDescription
Public fieldStatic memberAircraftListJson
The feed is sending changes to an aircraft list in JSON format.
Public fieldStatic memberBeast
Raw messages from the Mode-S Beast.
Public fieldStatic memberCompressedVRS
Compressed messages in VRS format.
Public fieldStatic memberPlaneFinder
The receiver is sending its feed in PlaneFinder format.
Public fieldStatic memberPort30003
Any source of port 30003 data such as BaseStation, PlanePlotter etc.
Public fieldStatic memberSbs3
Raw Mode-S messages from the Kinetics Avionics SBS-3.
Top
See Also