Package analoginput
Class AnalogSensorData
java.lang.Object
analoginput.AnalogSensorData
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoubledoublevoidsetCalibratedValue(double calibratedValue) voidsetRawValue(double rawValue)  
- 
Constructor Details
- 
AnalogSensorData
public AnalogSensorData(double rawValue, double calibratedValue) - Parameters:
 rawValue-calibratedValue-
 
 - 
 - 
Method Details
- 
getRawValue
public double getRawValue()- Returns:
 - the rawValue
 
 - 
setRawValue
public void setRawValue(double rawValue) - Parameters:
 rawValue- the rawValue to set
 - 
getCalibratedValue
public double getCalibratedValue()- Returns:
 - the calibratedValue
 
 - 
setCalibratedValue
public void setCalibratedValue(double calibratedValue) - Parameters:
 calibratedValue- the calibratedValue to set
 
 -