org.lsst.ccs.drivers.rcm
Class Status

java.lang.Object
  extended by org.lsst.ccs.drivers.rcm.Status

public class Status
extends Object

RCM status block

Author:
Owen Saxton

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

Status

public Status()
Method Detail

getVersion

public int getVersion()
Gets the version


getLinkStatus

public int getLinkStatus()
Gets the PGP link status


getCellErrorCount

public int getCellErrorCount()
Gets the PGP cell error count


getLinkDownCount

public int getLinkDownCount()
Gets the PGP link down count


getLinkErrorCount

public int getLinkErrorCount()
Gets the PGP link error count


getVcBufferStatus

public int getVcBufferStatus()
Gets the PGP VC buffer status


getVcRxCounts

public int[] getVcRxCounts()
Gets the PGP VC receive counters


getVcTxCounts

public int[] getVcTxCounts()
Gets the PGP VC transmit counters



Copyright © 2013 LSST. All Rights Reserved.