|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lsst.ccs.drivers.rcm.Status
public class Status
RCM status block
| Constructor Summary | |
|---|---|
Status()
|
|
| Method Summary | |
|---|---|
int |
getCellErrorCount()
Gets the PGP cell error count |
int |
getLinkDownCount()
Gets the PGP link down count |
int |
getLinkErrorCount()
Gets the PGP link error count |
int |
getLinkStatus()
Gets the PGP link status |
int |
getVcBufferStatus()
Gets the PGP VC buffer status |
int[] |
getVcRxCounts()
Gets the PGP VC receive counters |
int[] |
getVcTxCounts()
Gets the PGP VC transmit counters |
int |
getVersion()
Gets the version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Status()
| Method Detail |
|---|
public int getVersion()
public int getLinkStatus()
public int getCellErrorCount()
public int getLinkDownCount()
public int getLinkErrorCount()
public int getVcBufferStatus()
public int[] getVcRxCounts()
public int[] getVcTxCounts()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||