public class RefrigState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
LOAD_POWER_STATE |
static int |
LOAD_POWER_STATE_BIT |
static int |
LOAD_TRIP_ENAB_STATE |
static int |
LOAD_TRIP_ENAB_STATE_BIT |
static int |
MAIN_POWER_STATE |
static int |
MAIN_POWER_STATE_BIT |
static int |
MAIN_TRIPPED_STATE |
static int |
MAIN_TRIPPED_STATE_BIT |
| Constructor and Description |
|---|
RefrigState(int systemState,
BitSet goodChans,
BitSet onlineChans,
BitSet lowLimitChange,
BitSet highLimitChange,
int tickMillis) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getGoodChans() |
BitSet |
getHighLimitChange() |
BitSet |
getLowLimitChange() |
BitSet |
getOnlineChans() |
int |
getSystemState() |
int |
getTickMillis() |
String |
toString() |
public static final int MAIN_POWER_STATE_BIT
public static final int MAIN_TRIPPED_STATE_BIT
public static final int LOAD_POWER_STATE_BIT
public static final int LOAD_TRIP_ENAB_STATE_BIT
public static final int MAIN_POWER_STATE
public static final int MAIN_TRIPPED_STATE
public static final int LOAD_POWER_STATE
public static final int LOAD_TRIP_ENAB_STATE
Copyright © 2014 LSST. All Rights Reserved.