|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yobotics.simulationconstructionset.whiteBoard.YoWhiteBoard
com.yobotics.simulationconstructionset.whiteBoard.DataStreamYoWhiteBoard
com.yobotics.simulationconstructionset.whiteBoard.TCPYoWhiteBoard
public class TCPYoWhiteBoard
Constructor Summary | |
---|---|
TCPYoWhiteBoard(java.lang.String name,
int port)
|
|
TCPYoWhiteBoard(java.lang.String name,
java.lang.String ipAddress,
int port)
|
Method Summary | |
---|---|
void |
run()
|
void |
whiteBoardSpecificClose()
|
Methods inherited from class com.yobotics.simulationconstructionset.whiteBoard.DataStreamYoWhiteBoard |
---|
setDataStreams, whiteBoardSpecificConnect, whiteBoardSpecificWriteData |
Methods inherited from class com.yobotics.simulationconstructionset.whiteBoard.YoWhiteBoard |
---|
attachYoWhiteBoardListener, close, connect, getAllVariablesToRead, getAllVariablesToWrite, getNumberOfBooleansToRead, getNumberOfDoublesToRead, getNumberOfEnumsToRead, getNumberOfIntsToRead, getNumberOfNewDataSinceLastRead, getReadIndex, getWriteIndex, haveVariablesToReadAndWriteBeenSet, isConnected, isNewDataAvailable, readData, setVariablesToRead, setVariablesToWrite, writeData |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TCPYoWhiteBoard(java.lang.String name, int port)
public TCPYoWhiteBoard(java.lang.String name, java.lang.String ipAddress, int port)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class DataStreamYoWhiteBoard
public void whiteBoardSpecificClose() throws java.io.IOException
whiteBoardSpecificClose
in class DataStreamYoWhiteBoard
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |