
public class MetrologyConfig extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MetrologyConfig.configuration_states |
static class |
MetrologyConfig.EVENT_ID |
static class |
MetrologyConfig.operating_states |
| Modifier and Type | Field and Description |
|---|---|
static String[] |
COMPONENT_NAMES |
static int |
MAXSTATES |
| Constructor and Description |
|---|
MetrologyConfig() |
MetrologyConfig(double startx,
double stopx,
double dx,
double starty,
double stopy,
double dy,
double rotation,
double cornerang,
int nsamples,
int measmode,
double acceleration,
double speed) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getAcceleration() |
int |
getCfgstate() |
String |
getConfigFile() |
double[] |
getCornerang() |
double[] |
getDx() |
double[] |
getDy() |
int[] |
getMeasmode() |
int[] |
getNsamples() |
int |
getOperatingState() |
double[] |
getRotation() |
double[] |
getSpeed() |
double[] |
getStartx() |
double[] |
getStarty() |
double[] |
getStopx() |
double[] |
getStopy() |
void |
setAcceleration(double[] acceleration) |
void |
setCfgState(int cfgstate) |
void |
setConfigFile(String configFile) |
void |
setCornerang(double[] cornerang) |
void |
setDx(double[] dx) |
void |
setDy(double[] dy) |
void |
setMeasmode(int[] measmode) |
void |
setNsamples(int[] nsamples) |
void |
setOperatingState(int operatingstate) |
void |
setRotation(double[] rotation) |
void |
setSpeed(double[] speed) |
void |
setStartx(double[] startx) |
void |
setStarty(double[] starty) |
void |
setStopx(double[] stopx) |
void |
setStopy(double[] stopy) |
String |
toString() |
void |
update(double startx,
double stopx,
double dx,
double starty,
double stopy,
double dy,
double rotation,
double cornerang,
int nsamples,
int measmode,
double acceleration,
double speed) |
void |
update(int istate,
double startx,
double stopx,
double dx,
double starty,
double stopy,
double dy,
double rotation,
double cornerang,
int nsamples,
int measmode,
double acceleration,
double speed) |
public static final String[] COMPONENT_NAMES
public static int MAXSTATES
public MetrologyConfig()
public MetrologyConfig(double startx,
double stopx,
double dx,
double starty,
double stopy,
double dy,
double rotation,
double cornerang,
int nsamples,
int measmode,
double acceleration,
double speed)
public void update(double startx,
double stopx,
double dx,
double starty,
double stopy,
double dy,
double rotation,
double cornerang,
int nsamples,
int measmode,
double acceleration,
double speed)
public void update(int istate,
double startx,
double stopx,
double dx,
double starty,
double stopy,
double dy,
double rotation,
double cornerang,
int nsamples,
int measmode,
double acceleration,
double speed)
public void setCfgState(int cfgstate)
public int getCfgstate()
public int getOperatingState()
public void setOperatingState(int operatingstate)
public double[] getStartx()
public void setStartx(double[] startx)
public double[] getStopx()
public void setStopx(double[] stopx)
public double[] getStarty()
public void setStarty(double[] starty)
public double[] getStopy()
public void setStopy(double[] stopy)
public double[] getDx()
public void setDx(double[] dx)
public double[] getDy()
public void setDy(double[] dy)
public String getConfigFile()
public void setConfigFile(String configFile)
public double[] getCornerang()
public void setCornerang(double[] cornerang)
public double[] getRotation()
public void setRotation(double[] rotation)
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.