public class NetbotzDriver extends Object
| Constructor and Description |
|---|
NetbotzDriver()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the device
|
double |
getDew()
return Dew
|
void |
GetEnviro()
retrieve Netbotz readings
|
void |
GetEnviro(Double Humidity,
Double Temperature,
Double Dew,
Double PartCnt)
return NetBotz readings
|
double |
getHumidity()
return Humidity
|
double |
getPartCnt()
return Particle Count
|
double |
getTemperature()
return Temperature
|
void |
open(String envirofile)
Open the device
|
String |
toString() |
public void open(String envirofile) throws org.lsst.ccs.drivers.commons.DriverException
envirofile - - the environment log file to retrieve values fromorg.lsst.ccs.drivers.commons.DriverExceptionpublic void close()
public double getHumidity()
public double getTemperature()
public double getDew()
public double getPartCnt()
public void GetEnviro()
throws IOException
IOExceptionpublic void GetEnviro(Double Humidity, Double Temperature, Double Dew, Double PartCnt) throws IOException
IOExceptionCopyright © 2014 LSST. All rights reserved.