Package aero.t2s.modes.decoder.df
Class DF18
- java.lang.Object
-
- aero.t2s.modes.decoder.df.DownlinkFormat
-
- aero.t2s.modes.decoder.df.DF18
-
public class DF18 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 DF18(short[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Track track)DF18decode()ExtendedSquittergetExtendedSquitter()-
Methods inherited from class aero.t2s.modes.decoder.df.DownlinkFormat
getData, getIcao
-
-
-
-
Method Detail
-
decode
public DF18 decode()
- Specified by:
decodein classDownlinkFormat
-
apply
public void apply(Track track)
- Specified by:
applyin classDownlinkFormat
-
getExtendedSquitter
public ExtendedSquitter getExtendedSquitter()
-
-