|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lejos.nxt.remote.InputValues
public class InputValues
Sensor input values for a remote NXT accessed via LCP.
Field Summary | |
---|---|
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 Summary | |
---|---|
InputValues()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public InputValues()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |