|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectMotionControllerIo
class MotionControllerIo
| Field Summary | |
|---|---|
private int |
theInputs
|
private MotionController |
theMotionController
|
private int |
theOutputs
|
| Constructor Summary | |
|---|---|
MotionControllerIo()
|
|
| Method Summary | |
|---|---|
(package private) int |
getInputs()
|
(package private) int |
getOutputs()
|
(package private) boolean |
isDigitalInputPortHigh(int theInputPort)
|
(package private) boolean |
isDigitalOutputPortHigh(int theOutputPort)
|
(package private) void |
update()
Update the I/O 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 int theInputs
private int theOutputs
| Constructor Detail |
|---|
MotionControllerIo()
| Method Detail |
|---|
void update()
boolean isDigitalInputPortHigh(int theInputPort)
boolean isDigitalOutputPortHigh(int theOutputPort)
int getInputs()
int getOutputs()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||