Click or drag to resize
RawDecodingSettings Properties

The RawDecodingSettings type exposes the following members.

Properties
  NameDescription
Public propertyAcceptableAirborneSpeed
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.
Public propertyAcceptableAirSurfaceTransitionSpeed
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.
Public propertyAcceptableSurfaceSpeed
Gets or sets the maximum number of kilometres an surface vehicle can travel over 30 seconds before a local position decode is deemed invalid.
Public propertyAcceptIcaoInNonPICount
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.
Public propertyAcceptIcaoInNonPISeconds
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.
Public propertyAcceptIcaoInPI0Count
Gets or sets the number of times the same ICAO is seen in PI0 message before it is accepted as valid.
Public propertyAcceptIcaoInPI0Seconds
Gets or sets the number of seconds over which the same ICAO is seen in PI0 messages before it is accepted as valid.
Public propertyAirborneGlobalPositionLimit
Gets or sets the maximum number of seconds that can elapse when performing global decoding on airborne position messages.
Public propertyFastSurfaceGlobalPositionLimit
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.
Public propertyIgnoreCallsignsInBds20
Gets or sets a value indicating that callsigns should not be extracted from BDS2,0 messages.
Public propertyIgnoreInvalidCodeBlockInOtherMessages
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.
Public propertyIgnoreInvalidCodeBlockInParityMessages
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.
Public propertyIgnoreMilitaryExtendedSquitter
Gets or sets a value indicating that DF19/AF0 is to be interpretted as an extended squitter message.
Public propertyReceiverLocationId
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.
Public propertyReceiverRange
Gets or sets the range of the receiver in kilometres.
Public propertySlowSurfaceGlobalPositionLimit
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.
Public propertySuppressIcao0
Gets or sets a value indicating that ICAOs of 000000 are to be suppressed.
Public propertySuppressReceiverRangeCheck
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.
Public propertySuppressTisbDecoding
Gets or sets a value indicating whether TIS-B messages should be used or ignored.
Public propertyUseLocalDecodeForInitialPosition
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.
Top
See Also