com.eurotech.ermes
Class LogGasSensor

java.lang.Object
  extended by com.eurotech.ermes.LogGasSensor

public class LogGasSensor
extends Object


Constructor Summary
LogGasSensor(String sensorName, Double c1, Double c2)
           
 
Method Summary
 double getC1()
           
 double getC2()
           
 double getRawValue()
           
 double getSensorConcentration()
           
 String getSensorName()
           
 String getSensorSerialRate()
           
 void initialize()
           
 void setC1(double c1)
           
 void setC2(double c2)
           
 void setRawValue(double rawValue)
           
 void setSensorConcentration(double sensorConcentration)
           
 void setSensorSerialRate(String sensorSerialRate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogGasSensor

public LogGasSensor(String sensorName,
                    Double c1,
                    Double c2)
Method Detail

initialize

public void initialize()

getSensorName

public String getSensorName()

getSensorConcentration

public double getSensorConcentration()

setSensorConcentration

public void setSensorConcentration(double sensorConcentration)

getSensorSerialRate

public String getSensorSerialRate()

setSensorSerialRate

public void setSensorSerialRate(String sensorSerialRate)

getC1

public double getC1()

setC1

public void setC1(double c1)

getC2

public double getC2()

setC2

public void setC2(double c2)

getRawValue

public double getRawValue()

setRawValue

public void setRawValue(double rawValue)


Copyright © 2013. All Rights Reserved.