org.tritonus.lowlevel.gsm
Class Gsm_State

java.lang.Object
  extended byorg.tritonus.lowlevel.gsm.Gsm_State

public class Gsm_State
extends Object


Constructor Summary
Gsm_State()
           
 
Method Summary
 void dump_Gsm_State()
           
 short[] getDp0()
           
 short getDp0Indexed(int ix)
           
 short getJ()
           
 int getL_z2()
           
 short[][] getLARpp()
           
 short[] getLARppIndexed(int ix)
           
 int getMp()
           
 short getMsr()
           
 short getNrp()
           
 short[] getU()
           
 short getUIndexed(int ix)
           
 short[] getV()
           
 short getVIndexed(int ix)
           
 short getZ1()
           
 void setDp0(short[] lcl_arg0)
           
 void setDp0Indexed(int ix, short lcl_arg0)
           
 void setJ(short lcl_arg0)
           
 void setL_z2(int lcl_arg0)
           
 void setLARpp(short[][] lcl_arg0)
           
 void setLARppIndexed(int ix, short[] lcl_arg0)
           
 void setMp(int lcl_arg0)
           
 void setMsr(short lcl_arg0)
           
 void setNrp(short lcl_arg0)
           
 void setU(short[] lcl_arg0)
           
 void setUIndexed(int ix, short lcl_arg0)
           
 void setV(short[] lcl_arg0)
           
 void setVIndexed(int ix, short lcl_arg0)
           
 void setZ1(short lcl_arg0)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Gsm_State

public Gsm_State()
Method Detail

dump_Gsm_State

public void dump_Gsm_State()

toString

public String toString()
Overrides:
toString in class Object

setDp0

public void setDp0(short[] lcl_arg0)

setDp0Indexed

public void setDp0Indexed(int ix,
                          short lcl_arg0)

getDp0

public short[] getDp0()

getDp0Indexed

public short getDp0Indexed(int ix)

setZ1

public void setZ1(short lcl_arg0)

getZ1

public short getZ1()

setL_z2

public void setL_z2(int lcl_arg0)

getL_z2

public int getL_z2()

setMp

public void setMp(int lcl_arg0)

getMp

public int getMp()

setU

public void setU(short[] lcl_arg0)

setUIndexed

public void setUIndexed(int ix,
                        short lcl_arg0)

getU

public short[] getU()

getUIndexed

public short getUIndexed(int ix)

setLARpp

public void setLARpp(short[][] lcl_arg0)

setLARppIndexed

public void setLARppIndexed(int ix,
                            short[] lcl_arg0)

getLARpp

public short[][] getLARpp()

getLARppIndexed

public short[] getLARppIndexed(int ix)

setJ

public void setJ(short lcl_arg0)

getJ

public short getJ()

setNrp

public void setNrp(short lcl_arg0)

getNrp

public short getNrp()

setV

public void setV(short[] lcl_arg0)

setVIndexed

public void setVIndexed(int ix,
                        short lcl_arg0)

getV

public short[] getV()

getVIndexed

public short getVIndexed(int ix)

setMsr

public void setMsr(short lcl_arg0)

getMsr

public short getMsr()