RawDecodingSettings Class |
Namespace: VirtualRadar.Interface.Settings
The RawDecodingSettings type exposes the following members.
Name | Description | |
---|---|---|
RawDecodingSettings |
Creates a new object.
|
Name | Description | |
---|---|---|
AcceptableAirborneSpeed |
Gets or sets the maximum number of kilometres an aircraft can travel while airborne over 30 seconds before a local position decode is deemed invalid.
| |
AcceptableAirSurfaceTransitionSpeed |
Gets or sets the maximum number of kilometres an aircraft can travel while landing or taking off over 30 seconds before a local position decode is deemed invalid.
| |
AcceptableSurfaceSpeed |
Gets or sets the maximum number of kilometres an surface vehicle can travel over 30 seconds before a local position decode is deemed invalid.
| |
AcceptIcaoInNonPICount |
Gets or sets the number of times the same ICAO is seen in messages that do not have PI before it is accepted as valid.
| |
AcceptIcaoInNonPISeconds |
Gets or sets the number of seconds over which the same ICAO is seen in messages that do not have PI before it is accepted as valid.
| |
AcceptIcaoInPI0Count |
Gets or sets the number of times the same ICAO is seen in PI0 message before it is accepted as valid.
| |
AcceptIcaoInPI0Seconds |
Gets or sets the number of seconds over which the same ICAO is seen in PI0 messages before it is accepted as valid.
| |
AirborneGlobalPositionLimit |
Gets or sets the maximum number of seconds that can elapse when performing global decoding on airborne position messages.
| |
FastSurfaceGlobalPositionLimit |
Gets or sets the maximum number of seconds that can elapse when performing global decoding on surface position messages for vehicles travelling over 25 km/h.
| |
IgnoreCallsignsInBds20 |
Gets or sets a value indicating that callsigns should not be extracted from BDS2,0 messages.
| |
IgnoreInvalidCodeBlockInOtherMessages |
Gets or sets a value indicating that ICAOs that are not in a recognised code block
are to be ignored for messages that do not have parity.
| |
IgnoreInvalidCodeBlockInParityMessages |
Gets or sets a value indicating that ICAOs that are not in a recognised code block
are to be ignored for messages that have parity.
| |
IgnoreMilitaryExtendedSquitter |
Gets or sets a value indicating that DF19/AF0 is to be interpretted as an extended squitter message.
| |
ReceiverLocationId |
No longer used. Not marked as Obsolete because Microsoft decided it'd be a good idea to break loading and saving data via XmlSerialiser by ignoring Obsolete properties.
| |
ReceiverRange |
Gets or sets the range of the receiver in kilometres.
| |
SlowSurfaceGlobalPositionLimit |
Gets or sets the maximum number of seconds that can elapse when performing global decoding on surface position messages for vehicles travelling at or under 25 km/h.
| |
SuppressIcao0 |
Gets or sets a value indicating that ICAOs of 000000 are to be suppressed.
| |
SuppressReceiverRangeCheck |
Gets or sets a value indicating that decoded locations that are further away than the receiver can see are still
allowed through, disabling part of the ICAO reasonableness tests.
| |
SuppressTisbDecoding |
Gets or sets a value indicating whether TIS-B messages should be used or ignored.
| |
UseLocalDecodeForInitialPosition |
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPropertyChanged |
Raises PropertyChanged.
| |
SetFieldT |
Sets the field's value and raises PropertyChanged.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyChanged |
See interface docs.
|