|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRobotData
class RobotData
Title: RobotData
Description: To refresh and get data from the robot's data record
Copyright: Copyright (c) 2004
Company: ING
Field Summary | |
---|---|
(package private) MotionControllerDataRecord |
thisMotionControllerDataRecord
|
Constructor Summary | |
---|---|
RobotData()
|
Method Summary | |
---|---|
(package private) int |
getAuxiliaryEncoderValue(MotionControllerAxis theAxis)
Get the auxiliary encoder value of an axis |
(package private) int |
getEncoderValue(MotionControllerAxis theAxis)
Get the main encoder value of an axis |
(package private) void |
refresh()
Refresh the robot's data record |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
MotionControllerDataRecord thisMotionControllerDataRecord
Constructor Detail |
---|
RobotData()
Method Detail |
---|
void refresh()
int getEncoderValue(MotionControllerAxis theAxis)
theAxis
- The axis
int getAuxiliaryEncoderValue(MotionControllerAxis theAxis)
theAxis
- The axis
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |