public class InputValues
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
calibratedValue
Currently unused.
|
int |
inputPort |
boolean |
isCalibrated |
int |
normalizedADValue
The normalized value from the Analog to Digital (AD) converter.
|
int |
rawADValue
The raw value from the Analog to Digital (AD) converter.
|
short |
scaledValue
The scaled value starts working after the first call to the sensor.
|
int |
sensorMode |
int |
sensorType |
boolean |
valid
NXT indicates if it thinks the data is valid
|
Constructor and Description |
---|
InputValues() |
public int inputPort
public boolean valid
public boolean isCalibrated
public int sensorType
public int sensorMode
public int rawADValue
public int normalizedADValue
public short scaledValue
public short calibratedValue