public class Gsm_State
extends java.lang.Object
Constructor and Description |
---|
Gsm_State() |
Modifier and Type | Method and Description |
---|---|
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) |
java.lang.String |
toString() |
public void dump_Gsm_State()
public java.lang.String toString()
toString
in class java.lang.Object
public void setDp0(short[] lcl_arg0)
public void setDp0Indexed(int ix, short lcl_arg0)
public short[] getDp0()
public short getDp0Indexed(int ix)
public void setZ1(short lcl_arg0)
public short getZ1()
public void setL_z2(int lcl_arg0)
public int getL_z2()
public void setMp(int lcl_arg0)
public int getMp()
public void setU(short[] lcl_arg0)
public void setUIndexed(int ix, short lcl_arg0)
public short[] getU()
public short getUIndexed(int ix)
public void setLARpp(short[][] lcl_arg0)
public void setLARppIndexed(int ix, short[] lcl_arg0)
public short[][] getLARpp()
public short[] getLARppIndexed(int ix)
public void setJ(short lcl_arg0)
public short getJ()
public void setNrp(short lcl_arg0)
public short getNrp()
public void setV(short[] lcl_arg0)
public void setVIndexed(int ix, short lcl_arg0)
public short[] getV()
public short getVIndexed(int ix)
public void setMsr(short lcl_arg0)
public short getMsr()