public class Gen2Entity
extends java.lang.Object
Constructor and Description |
---|
Gen2Entity() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkParameter() |
int |
getLinkFrequency()
Link Frequency 设置(Link Frequency setting)
|
int |
getMaxQ() |
int |
getMinQ() |
int |
getQ()
获取Q值(Q value)
|
int |
getQueryDR()
获取query命令的DR参数(DR parameter of the query command)
|
int |
getQueryM()
获取query命令的M参数(M parameter of the query command )
|
int |
getQuerySel()
获取query命令的sel参数(sel parameter of the query command)
|
int |
getQuerySession()
获取query命令的session参数(session parameter of the query command)
|
int |
getQueryTarget()
获取query命令的Target参数(Target parameter of the query command)
|
int |
getQueryTRext()
获取query命令的TRext参数(TRext parameter of the query command )
|
int |
getSelectAction()
获取select 命令的Action参数 (Action parameter of the select command)
|
int |
getSelectTarget()
获取select命令的Target参数 (Target parameter of the select command)
|
int |
getSelectTruncate()
获取select命令的Truncate参数(Truncate parameter of the select command)
|
int |
getStartQ() |
void |
setLinkFrequency(int linkFrequency)
Link Frequency 设置(Link Frequency setting)
|
void |
setMaxQ(int maxQ) |
void |
setMinQ(int minQ) |
void |
setQ(int q)
设置Q值(Q value)
|
void |
setQueryDR(int queryDR)
设置query命令的DR参数(DR parameter of the query command)
|
void |
setQueryM(int queryM)
设置query命令的M参数(M parameter of the query command )
|
void |
setQuerySel(int querySel)
设置query命令的sel参数(sel parameter of the query command)
|
void |
setQuerySession(int querySession)
设置query命令的session参数(session parameter of the query command)
|
void |
setQueryTarget(int queryTarget)
设置 query命令的Target参数(Target parameter of the query command)
|
void |
setQueryTRext(int queryTRext)
设置query命令的TRext参数(TRext parameter of the query command )
|
void |
setSelectAction(int selectAction)
设置select 命令的Action参数 (Action parameter of the select command)
|
void |
setSelectTarget(int selectTarget)
设置select命令的Target参数 (Target parameter of the select command)
|
void |
setSelectTruncate(int selectTruncate)
设置select命令的Truncate参数(Truncate parameter of the select command)
|
void |
setStartQ(int startQ) |
java.lang.String |
toString() |
public boolean checkParameter()
public int getSelectTarget()
public void setSelectTarget(int selectTarget)
selectTarget
- 0:s0 1:s1 2:s2 3:s3 4:SLpublic int getSelectAction()
public void setSelectAction(int selectAction)
selectAction
- 0( Matching: assert SL or inventoried->A ; Non-Matching: de-assert SL or inventoried->B)public int getSelectTruncate()
public void setSelectTruncate(int selectTruncate)
selectTruncate
- 0:Disable truncation , 1:Enable truncationpublic int getQ()
public void setQ(int q)
q
- 0:固定Q算法, 1:动态Q算法 (0:fixed Q algorithm, 1:dynamic Q algorithm)public int getStartQ()
public void setStartQ(int startQ)
startQ
- 0,1,2,3.....15public int getMinQ()
public void setMinQ(int minQ)
minQ
- 0,1,2,3.....15public int getMaxQ()
public void setMaxQ(int maxQ)
maxQ
- 0,1,2,3.....15public int getQueryDR()
public void setQueryDR(int queryDR)
queryDR
- 0:8 , 1:64/3public int getQueryM()
public void setQueryM(int queryM)
queryM
- 0:FM0, 1:Miller2, 2:Miller4, 3:Miller8public int getQueryTRext()
public void setQueryTRext(int queryTRext)
queryTRext
- 0:No pilot, 1:Use pilotpublic int getQuerySel()
public void setQuerySel(int querySel)
querySel
- 0:All, 1:All, 2:~SL ,3:SLpublic int getQuerySession()
public void setQuerySession(int querySession)
querySession
- 0:S0, 1:S1, 2:S2, 3:S3public int getQueryTarget()
public void setQueryTarget(int queryTarget)
queryTarget
- 0:A, 1:Bpublic int getLinkFrequency()
public void setLinkFrequency(int linkFrequency)
linkFrequency
- 0:40KHz, 1:160KHz, 2:200KHz, 3:250KHz, 4:300KHz, 5:320KHz, 6:400KHz, 7:640KHzpublic java.lang.String toString()
toString
in class java.lang.Object