public class StatusSet extends BaseSet
| 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_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_TX_CNTS
Public constants.
|
static int |
OFF_STAT_VERSION
Public constants.
|
static int |
REG_STATUS
Public constants.
|
static int |
REG_STATUS_0
Public constants.
|
CLOCK_PERIOD_0, CLOCK_PERIOD_1, REG_DCDC_SYNC, REG_ID, REG_SCHEMA, REG_SN_DREB_START, REG_SN_DREB_VALUE, REG_SN_REB_START, REG_SN_REB_VALUE, REG_STATE, REG_TIME_BASE, REG_TRIG_TIME, REG_TRIGGER, REG_VERSION, RSET_POWER_ADCS, RSET_SEQUENCER, RSET_STATUS, RSET_TEMP_ADCS, RSET_TIME_BASE, SN_READ_ERROR, SN_READ_OKAY, SN_READ_TIMEOUT, SN_VALUE_MASK, VERSION_0, VERSION_1, VERSION_2, VERSION_3, VERSION_CURR, VERSION_UNKNOWN, VERSION_UNSET| Constructor and Description |
|---|
StatusSet()
Constructors.
|
StatusSet(RegClient reg) |
| 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.
|
checkNotVersion, checkVersion, checkVersion, disable, enable, getDrebSN, getRebSN, getTime, getTimeRaw, getTriggerTime, getTriggerTimeRaw, getVersion, isDcdcSync, setDcdcSync, setTime, setTime, setTimeRaw, waitDonepublic 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 NUM_STAT_REG
public StatusSet()
public StatusSet(RegClient reg)
public void enable()
throws RcmException
enable in class BaseSetRcmExceptionpublic void disable()
throws RcmException
disable in class BaseSetRcmExceptionpublic long getTriggerTime()
throws RcmException
RcmExceptionpublic Status readStatus() throws RcmException
RcmExceptionCopyright © 2014 LSST. All Rights Reserved.