Package aero.t2s.modes.decoder.df
Class DF16
java.lang.Object
aero.t2s.modes.decoder.df.DownlinkFormat
aero.t2s.modes.decoder.df.DF16
public class DF16 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 DF16(short[] data) -
Method Summary
Modifier and Type Method Description voidapply(Track track)DF16decode()AltitudegetAltitude()CrossLinkCapabilitygetCrossLinkCapability()AcasReplyInformationgetReplyInformation()ResolutionAdvisorygetResolutionAdvisory()AcasSensitivitygetSensitivity()VerticalStatusgetVerticalStatus()booleanisMultipleThreats()booleanisRANotPassAbove()booleanisRANotPassBelow()booleanisRANotTurnLeft()booleanisRANotTurnRight()Methods inherited from class aero.t2s.modes.decoder.df.DownlinkFormat
getData, getIcaoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DF16
public DF16(short[] data)
-
-
Method Details
-
decode
- Specified by:
decodein classDownlinkFormat
-
apply
- Specified by:
applyin classDownlinkFormat
-
getVerticalStatus
-
getCrossLinkCapability
-
getSensitivity
-
getReplyInformation
-
getAltitude
-
getResolutionAdvisory
-
isMultipleThreats
public boolean isMultipleThreats() -
isRANotPassBelow
public boolean isRANotPassBelow() -
isRANotPassAbove
public boolean isRANotPassAbove() -
isRANotTurnLeft
public boolean isRANotTurnLeft() -
isRANotTurnRight
public boolean isRANotTurnRight()
-