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 * * @param envirofile - the environment log file to
retrieve values from
|
String |
toString() |
public NetbotzDriver()
public void open(String envirofile) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException - * *
**************************************************************************public 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 © 2018 LSST. All rights reserved.