Click or drag to resize
RebroadcastFormat Class
A collection of strings describing the UniqueId values for the rebroadcast server formats that ship with VRS.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.SettingsRebroadcastFormat

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

The RebroadcastFormat type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllInternalFormats
A collection of all rebroadcast server formats that ship with VRS. The server doesn't use this, it's to help make life easier with unit testing.
Top
Fields
  NameDescription
Public fieldStatic memberAircraftListJson
Changes to the aircraft list are periodically sent as JSON. On the receiving side the JSON is translated into a set of BaseStation messages, one per aircraft.
Public fieldStatic memberAvr
The Mode-S messages are rebroadcast in either * or : AVR format, depending on whether the original Mode-S message source had parity stripped or not.
Public fieldStatic memberCompressedVRS
The Port30003 messages are compressed before broadcast.
Public fieldStatic memberExtendedBaseStation
Same as BaseStation except if the message is an MLAT generated message then MLAT is sent instead of MSG.
Public fieldStatic memberPassthrough
The original messages from the receiver are rebroadcast without change.
Public fieldStatic memberPort30003
The Port30003 messages derived from the receiver's transmissions are rebroadcast.
Top
See Also