Package aero.t2s.modes.decoder.df
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Track track)DF4decode()AltitudegetAltitude()booleanisAlert()booleanisSpi()-
Methods inherited from class aero.t2s.modes.decoder.df.DownlinkFormat
getData, getIcao
-
-
-
-
Method Detail
-
decode
public DF4 decode()
- Specified by:
decodein classDownlinkFormat
-
apply
public void apply(Track track)
- Specified by:
applyin classDownlinkFormat
-
isAlert
public boolean isAlert()
-
isSpi
public boolean isSpi()
-
getAltitude
public Altitude getAltitude()
-
-