|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object device.Device device.RobotDevice device.Dio
public class Dio
Field Summary | |
---|---|
(package private) java.util.logging.Logger |
logger
Logging support |
Fields inherited from class device.RobotDevice |
---|
device, deviceNode |
Fields inherited from class device.Device |
---|
deviceList, host, id, index, isRunning, isThreaded, port, sleeptime, thread |
Constructor Summary | |
---|---|
Dio()
|
|
Dio(DeviceNode roboClient,
Device device)
|
Method Summary | |
---|---|
int |
getInput(int index)
|
java.util.logging.Logger |
getLogger()
|
protected void |
update()
Might be to be implemented by subclass to do something |
Methods inherited from class device.RobotDevice |
---|
getDevice, getDeviceNode, toString |
Methods inherited from class device.Device |
---|
equals, getDevice, getDeviceIterator, getDeviceList, getDeviceListArray, getHost, getId, getIndex, getPort, getSleepTime, getThreadName, isInList, isRunning, isSupported, isThreaded, matches, matchesList, run, runThreaded, setDeviceList, setHost, setName, setPort, setSleepTime, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
java.util.logging.Logger logger
Constructor Detail |
---|
public Dio()
public Dio(DeviceNode roboClient, Device device)
roboClient
- device
- Method Detail |
---|
protected void update()
Device
update
in class Device
public int getInput(int index)
public java.util.logging.Logger getLogger()
getLogger
in class RobotDevice
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |