|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bruxton.sidx.Temperature
public class Temperature
Responsible for managing the sensor temperature.
Each instance of Camera can own one instance of the class. The user of SIDX
should not create the object. It should be obtained by using getTemperature function
of Camera object.
| Method Summary | |
|---|---|
double |
get()
Obtain the measured sensor temperature, in Celsius. |
double |
getMaximum()
Obtain the maximum legal range for the sensor temperature settings in Celsius. |
double |
getMinimum()
Obtain the minimum legal range for the sensor temperature settings in Celsius. |
boolean |
getRangeValid()
Return if the temperature range is valid. |
double |
getSetpoint()
Obtain the desire temperature setting in Celsius. |
boolean |
isLocked()
Report if the sensor temperature is locked to the setpoint. |
boolean |
isLockedByHardware()
Report if the information of sensor temperature lock state is provided by the hardware. |
void |
powerOffCooling()
Set the camera system in power off cooling mode. |
void |
powerOnCooling()
Set the camera system in power on cooling mode. |
void |
setSetpoint(double temperature)
Set the desire temperature setting in Celsius. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void powerOnCooling()
throws Exception
Exception
public void powerOffCooling()
throws Exception
Exception
public double get()
throws Exception
Exception
public boolean isLocked()
throws Exception
Exception
public boolean isLockedByHardware()
throws Exception
Exception
public void setSetpoint(double temperature)
throws Exception
temperature - the desire temperature setting to set in Celsius.
Exception
public double getSetpoint()
throws Exception
Exception
public double getMaximum()
throws Exception
Exception
public double getMinimum()
throws Exception
Exception
public boolean getRangeValid()
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||