Class ExtendedSquitter

java.lang.Object
aero.t2s.modes.decoder.df.df17.ExtendedSquitter
Direct Known Subclasses:
AirbornePosition, AirborneVelocity, AircraftIdentification, AircraftOperationalStatusMessage, AircraftStatusMessage, ReservedMessage, SurfacePosition, SurfaceSystemStatus, TargetStatusMessage, TestMessage

public abstract class ExtendedSquitter
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected short[] data  
    protected int typeCode  
  • Constructor Summary

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

    Modifier and Type Method Description
    abstract void apply​(Track track)  
    abstract ExtendedSquitter decode()  
    int getTypeCode()  

    Methods inherited from class java.lang.Object

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

    • data

      protected short[] data
    • typeCode

      protected int typeCode
  • Constructor Details

    • ExtendedSquitter

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

    • decode

      public abstract ExtendedSquitter decode()
    • apply

      public abstract void apply​(Track track)
    • getTypeCode

      public int getTypeCode()