public class RefrigState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANNEL_STATE_MASK |
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 |
static int |
MAX_CHANNELS |
| Constructor and Description |
|---|
RefrigState(int systemState,
int onlineState,
int lowLimitChange,
int highLimitChange,
int tickMillis) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHighLimitChange() |
int |
getLowLimitChange() |
int |
getOnlineState() |
int |
getSystemState() |
int |
getTickMillis() |
String |
toString() |
public static final int MAX_CHANNELS
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 CHANNEL_STATE_MASK
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
public RefrigState(int systemState,
int onlineState,
int lowLimitChange,
int highLimitChange,
int tickMillis)
Copyright © 2013 LSST. All Rights Reserved.