Package aero.t2s.modes
Class BinaryHelper
- java.lang.Object
-
- aero.t2s.modes.BinaryHelper
-
public class BinaryHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BinaryHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprintMessageAsBinaryMessage(short[] data)static short[]stringToByteArray(java.lang.String input)
-
-
-
Method Detail
-
stringToByteArray
public static short[] stringToByteArray(java.lang.String input)
- Parameters:
input- String representation of mode-s input (e.g. 8D4840D6202CC371C32CE0576098)- Returns:
- byte array representation.
-
printMessageAsBinaryMessage
public static void printMessageAsBinaryMessage(short[] data)
-
-