js.dev.cam.sbig
Class QueryTemperatureStatusResults
java.lang.Object
js.dev.Results
js.dev.cam.sbig.QueryTemperatureStatusResults
- All Implemented Interfaces:
- java.io.Serializable
public class QueryTemperatureStatusResults
- extends Results
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryTemperatureStatusResults
public QueryTemperatureStatusResults()
- Constructor.
QueryTemperatureStatusResults
public QueryTemperatureStatusResults(ERROR error)
- Constructor.
- Parameters:
error
- the error to set.
setQueryTemperatureStatusResults
public final void setQueryTemperatureStatusResults(boolean enabled,
double ccdSetpoint,
double power,
double ccdThermistor,
double ambientThermistor)
- This method sets the QueryTemperatureStatusResults object's fields.
- Parameters:
enabled
- the enabled to set.ccdSetpoint
- the ccdSetpoint to set.power
- the power to set.ccdThermistor
- the ccdThermistor to set.ambientThermistor
- the ambientThermistor to set.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getAmbientThermistor
public double getAmbientThermistor()
- Returns:
- the ambientThermistor.
setAmbientThermistor
public void setAmbientThermistor(double ambientThermistor)
- Parameters:
ambientThermistor
- the ambientThermistor to set.
getCcdSetpoint
public double getCcdSetpoint()
- Returns:
- the ccdSetpoint.
setCcdSetpoint
public void setCcdSetpoint(double ccdSetpoint)
- Parameters:
ccdSetpoint
- the ccdSetpoint to set.
getCcdThermistor
public double getCcdThermistor()
- Returns:
- the ccdThermistor.
setCcdThermistor
public void setCcdThermistor(double ccdThermistor)
- Parameters:
ccdThermistor
- the ccdThermistor to set.
isEnabled
public boolean isEnabled()
- Returns:
- the enabled.
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
enabled
- the enabled to set.
getPower
public double getPower()
- Returns:
- the power.
setPower
public void setPower(double power)
- Parameters:
power
- the power to set.