sidnet.stack.std.mac.ieee802_15_4
Class Def

java.lang.Object
  extended by sidnet.stack.std.mac.ieee802_15_4.Def

public class Def
extends java.lang.Object


Field Summary
static byte BR_2_4G
           
static byte BR_868M
           
static byte BR_915M
           
static boolean DEBUG802_15_4
           
static boolean DEBUG802_15_4_ack
           
static boolean DEBUG802_15_4_err
           
static MacAddress DEBUG802_15_4_nodeid
           
static boolean DEBUG802_15_4_packetdrop
           
static boolean DEBUG802_15_4_packetsize
           
static boolean DEBUG802_15_4_pump
           
static boolean DEBUG802_15_4_rxTotNum
           
static boolean DEBUG802_15_4_timer
           
static boolean DEBUG802_15_4_transmissiontime
           
static byte defPHY_HEADER_LEN
           
static int defSHR_PreSeq
           
static byte defSHR_SFD
           
static int fl_oper_del
           
static int fl_oper_est
           
static int hl_oper_del
           
static int hl_oper_est
           
static int hl_oper_rpl
           
static int MAC_BROADCAST
           
static double SR_2_4G
           
static byte SR_868M
           
static byte SR_915M
           
static byte sscsTP_startDevice
           
static byte sscsTP_startPANCoord
           
static int tr_oper_del
           
static int tr_oper_est
           
static int tr_oper_EST
           
static boolean ZigBeeIF
           
 
Constructor Summary
Def()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG802_15_4

public static final boolean DEBUG802_15_4
See Also:
Constant Field Values

DEBUG802_15_4_packetdrop

public static final boolean DEBUG802_15_4_packetdrop
See Also:
Constant Field Values

DEBUG802_15_4_rxTotNum

public static final boolean DEBUG802_15_4_rxTotNum
See Also:
Constant Field Values

DEBUG802_15_4_err

public static final boolean DEBUG802_15_4_err
See Also:
Constant Field Values

DEBUG802_15_4_timer

public static final boolean DEBUG802_15_4_timer
See Also:
Constant Field Values

DEBUG802_15_4_ack

public static final boolean DEBUG802_15_4_ack
See Also:
Constant Field Values

DEBUG802_15_4_packetsize

public static final boolean DEBUG802_15_4_packetsize
See Also:
Constant Field Values

DEBUG802_15_4_transmissiontime

public static final boolean DEBUG802_15_4_transmissiontime
See Also:
Constant Field Values

DEBUG802_15_4_pump

public static final boolean DEBUG802_15_4_pump
See Also:
Constant Field Values

DEBUG802_15_4_nodeid

public static final MacAddress DEBUG802_15_4_nodeid

ZigBeeIF

public static final boolean ZigBeeIF
See Also:
Constant Field Values

BR_868M

public static final byte BR_868M
See Also:
Constant Field Values

BR_915M

public static final byte BR_915M
See Also:
Constant Field Values

BR_2_4G

public static final byte BR_2_4G
See Also:
Constant Field Values

SR_868M

public static final byte SR_868M
See Also:
Constant Field Values

SR_915M

public static final byte SR_915M
See Also:
Constant Field Values

SR_2_4G

public static final double SR_2_4G
See Also:
Constant Field Values

defSHR_PreSeq

public static final int defSHR_PreSeq
See Also:
Constant Field Values

defSHR_SFD

public static final byte defSHR_SFD
See Also:
Constant Field Values

defPHY_HEADER_LEN

public static final byte defPHY_HEADER_LEN
See Also:
Constant Field Values

tr_oper_del

public static final int tr_oper_del
See Also:
Constant Field Values

tr_oper_est

public static final int tr_oper_est
See Also:
Constant Field Values

tr_oper_EST

public static final int tr_oper_EST
See Also:
Constant Field Values

sscsTP_startPANCoord

public static final byte sscsTP_startPANCoord
See Also:
Constant Field Values

sscsTP_startDevice

public static final byte sscsTP_startDevice
See Also:
Constant Field Values

hl_oper_del

public static final int hl_oper_del
See Also:
Constant Field Values

hl_oper_est

public static final int hl_oper_est
See Also:
Constant Field Values

hl_oper_rpl

public static final int hl_oper_rpl
See Also:
Constant Field Values

fl_oper_del

public static final int fl_oper_del
See Also:
Constant Field Values

fl_oper_est

public static final int fl_oper_est
See Also:
Constant Field Values

MAC_BROADCAST

public static final int MAC_BROADCAST
See Also:
Constant Field Values
Constructor Detail

Def

public Def()