com.flightpanels.scs
Class AS_Enums

java.lang.Object
  extended by com.flightpanels.scs.AS_Enums

public class AS_Enums
extends java.lang.Object


Field Summary
static short AS_ACHAR
           
static short AS_ACHAR2
           
static short AS_ACHAR4
           
static short AS_BCHAR
           
static short AS_BLONG
           
static short AS_BSHORT
           
static short AS_CHAR
           
static short AS_ERROR
           
static short AS_FLOAT
           
static short AS_LONG
           
static short AS_NODATA
           
static short AS_SHORT
           
static short AS_SHORT2
           
static short AS_Standard
           
static short AS_UCHAR
           
static short AS_UCHAR4
           
static short AS_ULONG
           
static short AS_USHORT
           
static short AS_USHORT2
           
static short BROADCAST_NODE_ID
           
static short Distribution_Flightpanels
           
static short Distribution_Standard
           
static short DRS
           
static short FP_ACHAR5
           
static short IDS
           
static short MCS
           
static short MIS
           
static short NCS
           
static short NSS
           
static short SCS_NODE_ID
           
static short STS
           
static short TCS
           
static short TIS
           
static short TIS29
           
static short VASFMC_NODE_ID
           
 
Constructor Summary
AS_Enums()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AS_Standard

public static final short AS_Standard
See Also:
Constant Field Values

Distribution_Standard

public static final short Distribution_Standard
See Also:
Constant Field Values

Distribution_Flightpanels

public static final short Distribution_Flightpanels
See Also:
Constant Field Values

BROADCAST_NODE_ID

public static final short BROADCAST_NODE_ID
See Also:
Constant Field Values

SCS_NODE_ID

public static final short SCS_NODE_ID
See Also:
Constant Field Values

VASFMC_NODE_ID

public static final short VASFMC_NODE_ID
See Also:
Constant Field Values

IDS

public static final short IDS
See Also:
Constant Field Values

NSS

public static final short NSS
See Also:
Constant Field Values

TIS

public static final short TIS
See Also:
Constant Field Values

STS

public static final short STS
See Also:
Constant Field Values

TCS

public static final short TCS
See Also:
Constant Field Values

MIS

public static final short MIS
See Also:
Constant Field Values

MCS

public static final short MCS
See Also:
Constant Field Values

DRS

public static final short DRS
See Also:
Constant Field Values

TIS29

public static final short TIS29
See Also:
Constant Field Values

NCS

public static final short NCS
See Also:
Constant Field Values

AS_NODATA

public static final short AS_NODATA
See Also:
Constant Field Values

AS_ERROR

public static final short AS_ERROR
See Also:
Constant Field Values

AS_FLOAT

public static final short AS_FLOAT
See Also:
Constant Field Values

AS_LONG

public static final short AS_LONG
See Also:
Constant Field Values

AS_ULONG

public static final short AS_ULONG
See Also:
Constant Field Values

AS_BLONG

public static final short AS_BLONG
See Also:
Constant Field Values

AS_SHORT

public static final short AS_SHORT
See Also:
Constant Field Values

AS_USHORT

public static final short AS_USHORT
See Also:
Constant Field Values

AS_BSHORT

public static final short AS_BSHORT
See Also:
Constant Field Values

AS_CHAR

public static final short AS_CHAR
See Also:
Constant Field Values

AS_UCHAR

public static final short AS_UCHAR
See Also:
Constant Field Values

AS_BCHAR

public static final short AS_BCHAR
See Also:
Constant Field Values

AS_SHORT2

public static final short AS_SHORT2
See Also:
Constant Field Values

AS_USHORT2

public static final short AS_USHORT2
See Also:
Constant Field Values

AS_UCHAR4

public static final short AS_UCHAR4
See Also:
Constant Field Values

AS_ACHAR

public static final short AS_ACHAR
See Also:
Constant Field Values

AS_ACHAR2

public static final short AS_ACHAR2
See Also:
Constant Field Values

AS_ACHAR4

public static final short AS_ACHAR4
See Also:
Constant Field Values

FP_ACHAR5

public static final short FP_ACHAR5
See Also:
Constant Field Values
Constructor Detail

AS_Enums

public AS_Enums()