public class DF0 extends DownlinkFormat
LSB |1----|6-|7-|-|9--|--|14--|--|20-----------|33----------------------|
| DF |VS|CC|-| SL| | RI | | AC | AP |
MSB |----5|-6|-7|-|-11|--|--17|--|-----------32|----------------------56|
DF Downlink format - 5 bits
VS Vertical status - 1 bit
CS Cross-link capability - 1 bit
spare - 1 bit
SL Sensitivity level, ACAS - 3 bits
spare - 2 bits
AC Altitude code - 12 bits
AP Address/Parity - 24 bits
DownlinkFormatVerticalStatus.from(int) for detailsCrossLinkCapabilityAcasReplyInformation.from(int)AcasSensitivity.from(int)AltitudeEncoding.decode(int)logger| Modifier and Type | Method and Description |
|---|---|
Track |
decode(short[] data,
int downlinkFormat) |
getDecoder, getIcaoAddress, getIcaoAddressFromParitypublic DF0(Decoder decoder)
public Track decode(short[] data, int downlinkFormat)
decode in class DownlinkFormatCopyright © 2020. All rights reserved.