|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectMotionControllerEncoder
class MotionControllerEncoder
Title: The Motion Controller's encoder class
Description: For updating and getting the motion controllers encoder values
Copyright: Copyright (c) 2004
Company: ING
| Field Summary | |
|---|---|
private java.util.List |
encoderValues
|
private MotionController |
theMotionController
|
| Constructor Summary | |
|---|---|
MotionControllerEncoder()
Constructor |
|
| Method Summary | |
|---|---|
(package private) long |
getEncoderValue(MotionControllerAxis theAxis)
Get the encoder value |
(package private) void |
update()
Update the encoder values from the motion controller |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private MotionController theMotionController
private java.util.List encoderValues
| Constructor Detail |
|---|
MotionControllerEncoder()
| Method Detail |
|---|
void update()
long getEncoderValue(MotionControllerAxis theAxis)
theAxis - The axis
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||