Class DF17

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

public class DF17
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
    DF17​(short[] data, double originLat, double originLon)  
  • Method Summary

    Modifier and Type Method Description
    void apply​(Track track)  
    DF17 decode()  
    ExtendedSquitter getExtendedSquitter()  

    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

    • DF17

      public DF17​(short[] data, double originLat, double originLon)
  • Method Details