|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpamvotis.core.SpecParams
public class SpecParams
This class reads the Standard's parameters from the NtConf.xml file and stores them to the static variables. Other classes that need these parameters can simply access the variables.
Field Summary | |
---|---|
static int |
ACK
The length of the ACK in bits. |
static int |
CTS
The length of the CTS in bits. |
static int |
CW_MAX
The value of the maximum contention window |
static int |
CW_MIN_DSSS
The value of the minimum contention window for DSSS (802.11b networks) |
static int |
CW_MIN_OFDM
The value of the minimum contention window for OFDM (802.11a/g networks) |
static float |
LONG_PHY
The long physical layer duration in sec. |
static int |
MAC
The length of the MAC header in bits. |
static int |
MAX_PKT
The maximum packet (MSDU) size in bits. |
static int |
MAX_PKT_QUEUE_LNGTH
Th maximum packet buffer size in bits. |
static float |
OFDM_PHY
The OFDM physical layer duration in sec. |
static int |
RTS
The length of the RTS in bits. |
static float |
SHORT_PHY
The short physical layer duration in sec. |
static float |
SIFS_A
The SIFS duration in sec for 802.11a networks |
static float |
SIFS_G
The SIFS duration for 802.11b/g networks. |
static float |
SLOT_ERP
The time slot value in sec for pure 802.11a/g networks |
static float |
SLOT_NON_ERP
The time slot value in sec for 802.11/802.11b networks or mixed 802.11g/802.11b networks |
Constructor Summary | |
---|---|
SpecParams()
|
Method Summary | |
---|---|
static void |
ReadParameters()
Reads the parameters of the SpecParams.xml file and stores them to the static members. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static float SLOT_ERP
public static float SLOT_NON_ERP
public static float SIFS_A
public static float SIFS_G
public static float LONG_PHY
public static float SHORT_PHY
public static float OFDM_PHY
public static int CW_MIN_DSSS
public static int CW_MIN_OFDM
public static int CW_MAX
public static int ACK
public static int RTS
public static int CTS
public static int MAC
public static int MAX_PKT
public static int MAX_PKT_QUEUE_LNGTH
Constructor Detail |
---|
public SpecParams()
Method Detail |
---|
public static void ReadParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |