wonderly.jeaprs.aprs
Class MicE

java.lang.Object
  |
  +--wonderly.jeaprs.aprs.MicE

public class MicE
extends java.lang.Object


Field Summary
static boolean DEBUG
           
 
Constructor Summary
MicE()
           
 
Method Summary
 wonderly.jeaprs.ByteString[] formatMicE(byte[] t, byte[] i, int l, java.util.Date tick)
          if this function fails to convert the packet it returns ZERO and the user supplied length variables, l1 and l2 are zero.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

MicE

public MicE()
Method Detail

formatMicE

public wonderly.jeaprs.ByteString[] formatMicE(byte[] t,
                                               byte[] i,
                                               int l,
                                               java.util.Date tick)
if this function fails to convert the packet it returns ZERO and the user supplied length variables, l1 and l2 are zero. Otherwise it returns non-zero values.

Returns:
2 element String array. [0] is new location text per APRS spec [1] is new telemetry data (if present, null if not present).
Throws:
java.lang.IllegalArgumentException - if incomming info is poorly formatted
java.lang.ArrayIndexOutOfBoundsException - if info is not sized correctly