Package analoginput
Class AnalogSensorData
java.lang.Object
analoginput.AnalogSensorData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
void
setCalibratedValue
(double calibratedValue) void
setRawValue
(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
-