public class StatusSet extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_STAT_REG
Public constants.
|
static int |
OFF_STAT_BUFFSTAT
Public constants.
|
static int |
OFF_STAT_CERR_CNT
Public constants.
|
static int |
OFF_STAT_DISC_CNT
Public constants.
|
static int |
OFF_STAT_FORMAT
Public constants.
|
static int |
OFF_STAT_LDWN_CNT
Public constants.
|
static int |
OFF_STAT_LERR_CNT
Public constants.
|
static int |
OFF_STAT_LINKSTAT
Public constants.
|
static int |
OFF_STAT_RX_CNTS
Public constants.
|
static int |
OFF_STAT_SENT_CNT
Public constants.
|
static int |
OFF_STAT_TRUNC_CNT
Public constants.
|
static int |
OFF_STAT_TX_CNTS
Public constants.
|
static int |
OFF_STAT_VERSION
Public constants.
|
static int |
REG_STATUS
Public constants.
|
static int |
REG_STATUS_0
Public constants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disables the status block.
|
void |
enable()
Enables the status block.
|
long |
getTriggerTime()
Gets the status block trigger time.
|
Status |
readStatus()
Reads the status block.
|
public static final int REG_STATUS_0
public static final int REG_STATUS
public static final int OFF_STAT_VERSION
public static final int OFF_STAT_LINKSTAT
public static final int OFF_STAT_CERR_CNT
public static final int OFF_STAT_LDWN_CNT
public static final int OFF_STAT_LERR_CNT
public static final int OFF_STAT_BUFFSTAT
public static final int OFF_STAT_RX_CNTS
public static final int OFF_STAT_TX_CNTS
public static final int OFF_STAT_SENT_CNT
public static final int OFF_STAT_DISC_CNT
public static final int OFF_STAT_TRUNC_CNT
public static final int OFF_STAT_FORMAT
public static final int NUM_STAT_REG
public StatusSet(BaseSet bss)
bss - The associated base set objectpublic void enable()
throws REBException
REBExceptionpublic void disable()
throws REBException
REBExceptionpublic long getTriggerTime()
throws REBException
REBExceptionpublic Status readStatus() throws REBException
REBExceptionCopyright © 2017 LSST. All rights reserved.