public class AltitudeEncoding extends Object
| Constructor and Description |
|---|
AltitudeEncoding() |
| Modifier and Type | Method and Description |
|---|---|
static Altitude |
decode(int encoded) |
static Altitude |
decodeModeC(int encoded)
Decode mode C altitude using appendix chapter three of ICAO Annex 10 Volume 9.
|
public static Altitude decode(int encoded)
public static Altitude decodeModeC(int encoded)
Oh yes this is using a lengthy table.
encoded - 13 bit encoded altitude with mbit/qbitCopyright © 2020. All rights reserved.