Package aero.t2s.modes.decoder
Class AltitudeEncoding
- java.lang.Object
-
- aero.t2s.modes.decoder.AltitudeEncoding
-
public class AltitudeEncoding extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AltitudeEncoding()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Altitudedecode(int encoded)static AltitudedecodeModeC(int encoded)Decode mode C altitude using appendix chapter three of ICAO Annex 10 Volume 9.
-
-
-
Method Detail
-
decode
public static Altitude decode(int encoded)
-
decodeModeC
public static Altitude decodeModeC(int encoded)
Decode mode C altitude using appendix chapter three of ICAO Annex 10 Volume 9. Using SSR Automtic pressure altitude transmission code (pulse position assignment) table.Oh yes this is using a lengthy table.
- Parameters:
encoded- 13 bit encoded altitude with mbit/qbit- Returns:
- encoded altitude with 100ft accuracy
-
-