csnd

Class csCfgVariableMYFLT_t

public class csCfgVariableMYFLT_t extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
protected csCfgVariableMYFLT_t(long cPtr, boolean cMemoryOwn)
csCfgVariableMYFLT_t()
Method Summary
voiddelete()
protected voidfinalize()
protected static longgetCPtr(csCfgVariableMYFLT_t obj)
intgetFlags()
SWIGTYPE_p_unsigned_chargetLongDesc()
floatgetMax()
floatgetMin()
SWIGTYPE_p_unsigned_chargetName()
csCfgVariable_tgetNxt()
SWIGTYPE_p_floatgetP()
SWIGTYPE_p_unsigned_chargetShortDesc()
intgetType()
voidsetFlags(int value)
voidsetLongDesc(SWIGTYPE_p_unsigned_char value)
voidsetMax(float value)
voidsetMin(float value)
voidsetName(SWIGTYPE_p_unsigned_char value)
voidsetNxt(csCfgVariable_t value)
voidsetP(SWIGTYPE_p_float value)
voidsetShortDesc(SWIGTYPE_p_unsigned_char value)
voidsetType(int value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

Constructor Detail

csCfgVariableMYFLT_t

protected csCfgVariableMYFLT_t(long cPtr, boolean cMemoryOwn)

csCfgVariableMYFLT_t

public csCfgVariableMYFLT_t()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(csCfgVariableMYFLT_t obj)

getFlags

public int getFlags()

getLongDesc

public SWIGTYPE_p_unsigned_char getLongDesc()

getMax

public float getMax()

getMin

public float getMin()

getName

public SWIGTYPE_p_unsigned_char getName()

getNxt

public csCfgVariable_t getNxt()

getP

public SWIGTYPE_p_float getP()

getShortDesc

public SWIGTYPE_p_unsigned_char getShortDesc()

getType

public int getType()

setFlags

public void setFlags(int value)

setLongDesc

public void setLongDesc(SWIGTYPE_p_unsigned_char value)

setMax

public void setMax(float value)

setMin

public void setMin(float value)

setName

public void setName(SWIGTYPE_p_unsigned_char value)

setNxt

public void setNxt(csCfgVariable_t value)

setP

public void setP(SWIGTYPE_p_float value)

setShortDesc

public void setShortDesc(SWIGTYPE_p_unsigned_char value)

setType

public void setType(int value)