org.discotools.io.aprs
Class AprsSymbolTable

java.lang.Object
  extended by org.discotools.io.aprs.AprsSymbolTable

public class AprsSymbolTable
extends Object


Field Summary
static int ALTERNATE
           
static int PRIMARY
           
protected static char[] SSID_SYM_CODE
          SSID-to-Symbol-Code lookup table
 
Constructor Summary
AprsSymbolTable()
           
 
Method Summary
static AprsSymbol get(int table, char code, char overlay)
           
static char getCode(char prefix, String identifier, int table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIMARY

public static final int PRIMARY
See Also:
Constant Field Values

ALTERNATE

public static final int ALTERNATE
See Also:
Constant Field Values

SSID_SYM_CODE

protected static final char[] SSID_SYM_CODE
SSID-to-Symbol-Code lookup table

Constructor Detail

AprsSymbolTable

public AprsSymbolTable()
Method Detail

get

public static final AprsSymbol get(int table,
                                   char code,
                                   char overlay)

getCode

public static final char getCode(char prefix,
                                 String identifier,
                                 int table)


Copyright © 2012-2013 DISCO Foundation. All Rights Reserved.