public class MetrologyState extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MetrologyState.cryostates |
static class |
MetrologyState.onOff |
static class |
MetrologyState.pwrstates |
static class |
MetrologyState.vacstates |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCUM_DONE |
static int |
ACQ1 |
static int |
ACQ1_BIT |
static int |
CRYO_DEV_WARNING |
static int |
FE55_ON_DEV |
static int |
IDLE |
static int |
IDLE_BIT |
static String |
KEY |
static int |
LEDDEVC_ON |
static int |
PWRDEVC_ON |
static int |
PWRDEVC_ON_BIT |
static int |
PWRDEVC_TRIPPED |
static int |
PWRDEVC_TRIPPED_BIT |
static int |
READY |
static int |
READY_BIT |
static int |
SHUTDOWN |
static int |
SHUTDOWN_BIT |
static int |
STARTUP |
static int |
STARTUP_BIT |
static int |
STOP |
static int |
STOP_BIT |
static int |
VAC_DEV_WARNING |
static int |
WARM |
static int |
WARM_BIT |
| Constructor and Description |
|---|
MetrologyState(int systemState,
int operState,
int tickMillis) |
MetrologyState(int systemState,
int operState,
int tickMillis,
double posx,
double posy,
double posz,
double displacement1,
double displacement2,
int nsamples,
int measmode,
double acceleration,
double speed) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAcceleration() |
double |
getDisplacement1() |
double |
getDisplacement2() |
int |
getMeasmode() |
int |
getNsamples() |
int |
getOperState() |
double |
getPosx() |
double |
getPosy() |
double |
getPosz() |
double |
getSpeed() |
int |
getSystemState() |
int |
getTickMillis() |
double |
getVolts() |
String |
getWarning() |
void |
setAcceleration(double acceleration) |
void |
setDisplacement1(double displacement1) |
void |
setDisplacement2(double displacement2) |
void |
setMeasmode(int measmode) |
void |
setNsamples(int nsamples) |
void |
setOperState(int operState) |
void |
setPosx(double posx) |
void |
setPosy(double posy) |
void |
setPosz(double posz) |
void |
setSpeed(double speed) |
void |
setVolts(double val1) |
void |
setWarning(String warning) |
String |
toString() |
public static final String KEY
public static final int STARTUP_BIT
public static final int READY_BIT
public static final int ACQ1_BIT
public static final int WARM_BIT
public static final int SHUTDOWN_BIT
public static final int IDLE_BIT
public static final int STOP_BIT
public static final int PWRDEVC_TRIPPED_BIT
public static final int PWRDEVC_ON_BIT
public static final int LEDDEVC_ON
public static final int ACCUM_DONE
public static final int FE55_ON_DEV
public static final int CRYO_DEV_WARNING
public static final int VAC_DEV_WARNING
public static final int STARTUP
public static final int READY
public static final int ACQ1
public static final int WARM
public static final int SHUTDOWN
public static final int IDLE
public static final int STOP
public static final int PWRDEVC_TRIPPED
public static final int PWRDEVC_ON
public MetrologyState(int systemState,
int operState,
int tickMillis)
public MetrologyState(int systemState,
int operState,
int tickMillis,
double posx,
double posy,
double posz,
double displacement1,
double displacement2,
int nsamples,
int measmode,
double acceleration,
double speed)
public int getSystemState()
public int getTickMillis()
public double getVolts()
public void setVolts(double val1)
public double getPosx()
public void setPosx(double posx)
public double getPosy()
public void setPosy(double posy)
public double getPosz()
public void setPosz(double posz)
public double getDisplacement1()
public void setDisplacement1(double displacement1)
public double getDisplacement2()
public void setDisplacement2(double displacement2)
public String getWarning()
public void setWarning(String warning)
public int getOperState()
public void setOperState(int operState)
public int getNsamples()
public void setNsamples(int nsamples)
public int getMeasmode()
public void setMeasmode(int measmode)
public double getAcceleration()
public void setAcceleration(double acceleration)
public double getSpeed()
public void setSpeed(double speed)
Copyright © 2016 LSST. All rights reserved.