Click or drag to resize
IAircraftSanityChecker Interface
The interface for objects that test the sanity of position reports and altitudes received for aircraft.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAircraftSanityChecker : IDisposable

The IAircraftSanityChecker type exposes the following members.

Methods
  NameDescription
Public methodCheckAltitude
Checks the altitude for an aircraft.
Public methodCheckPosition
Checks the position for an ICAO.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodFirstGoodAltitude
Returns the first altitude that appears to be in line with the current altitude recorded for the aircraft.
Public methodFirstGoodPosition
Returns the first position that appears to be in line with the current position recorded for the aircraft.
Public methodIsGoodAircraftIcao
Returns true if the string represents a valid ICAO code.
Public methodResetAircraft
Resets the sanity checks for the aircraft passed across.
Top
See Also