Package javaforce.codec.gsm
Class Gsm_State
java.lang.Object
javaforce.codec.gsm.Gsm_State
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidshort[]getDp0()shortgetDp0Indexed(int ix) shortgetJ()intgetL_z2()short[][]getLARpp()short[]getLARppIndexed(int ix) intgetMp()shortgetMsr()shortgetNrp()short[]getU()shortgetUIndexed(int ix) short[]getV()shortgetVIndexed(int ix) shortgetZ1()voidsetDp0(short[] lcl_arg0) voidsetDp0Indexed(int ix, short lcl_arg0) voidsetJ(short lcl_arg0) voidsetL_z2(int lcl_arg0) voidsetLARpp(short[][] lcl_arg0) voidsetLARppIndexed(int ix, short[] lcl_arg0) voidsetMp(int lcl_arg0) voidsetMsr(short lcl_arg0) voidsetNrp(short lcl_arg0) voidsetU(short[] lcl_arg0) voidsetUIndexed(int ix, short lcl_arg0) voidsetV(short[] lcl_arg0) voidsetVIndexed(int ix, short lcl_arg0) voidsetZ1(short lcl_arg0) toString()
-
Constructor Details
-
Gsm_State
public Gsm_State()
-
-
Method Details
-
dump_Gsm_State
public void dump_Gsm_State() -
toString
-
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()
-