Class DF4

java.lang.Object
aero.t2s.modes.decoder.df.DownlinkFormat
aero.t2s.modes.decoder.df.DF4

public class DF4
extends DownlinkFormat
  • Nested Class Summary

    Nested classes/interfaces inherited from class aero.t2s.modes.decoder.df.DownlinkFormat

    DownlinkFormat.IcaoAddress
  • Field Summary

    Fields inherited from class aero.t2s.modes.decoder.df.DownlinkFormat

    data, logger
  • Constructor Summary

    Constructors
    Constructor Description
    DF4​(short[] data)  
  • Method Summary

    Modifier and Type Method Description
    void apply​(Track track)  
    DF4 decode()  
    Altitude getAltitude()  
    boolean isAlert()  
    boolean isSpi()  

    Methods inherited from class aero.t2s.modes.decoder.df.DownlinkFormat

    getData, getIcao

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DF4

      public DF4​(short[] data)
  • Method Details

    • decode

      public DF4 decode()
      Specified by:
      decode in class DownlinkFormat
    • apply

      public void apply​(Track track)
      Specified by:
      apply in class DownlinkFormat
    • isAlert

      public boolean isAlert()
    • isSpi

      public boolean isSpi()
    • getAltitude

      public Altitude getAltitude()