public class UtilityState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY |
static int |
OPS_CTRL_AUTO |
static int |
OPS_CTRL_MANUAL |
static int |
OPS_CTRL_OFF |
| Constructor and Description |
|---|
UtilityState() |
UtilityState(int tickMillis,
int opState,
double coolTemp,
double dutyCycle,
double loopGain,
double loopTimeConst) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCoolTemp() |
double |
getDutyCycle() |
double |
getLoopGain() |
double |
getLoopTimeConst() |
int |
getOpState() |
int |
getTickMillis() |
public static final String KEY
public static final int OPS_CTRL_OFF
public static final int OPS_CTRL_MANUAL
public static final int OPS_CTRL_AUTO
Copyright © 2018 LSST. All rights reserved.