com.yobotics.simulationconstructionset.whiteBoard
Class TCPYoWhiteBoard

java.lang.Object
  extended by com.yobotics.simulationconstructionset.whiteBoard.YoWhiteBoard
      extended by com.yobotics.simulationconstructionset.whiteBoard.DataStreamYoWhiteBoard
          extended by com.yobotics.simulationconstructionset.whiteBoard.TCPYoWhiteBoard
All Implemented Interfaces:
java.lang.Runnable

public class TCPYoWhiteBoard
extends DataStreamYoWhiteBoard


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

TCPYoWhiteBoard

public TCPYoWhiteBoard(java.lang.String name,
                       int port)

TCPYoWhiteBoard

public TCPYoWhiteBoard(java.lang.String name,
                       java.lang.String ipAddress,
                       int port)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class DataStreamYoWhiteBoard

whiteBoardSpecificClose

public void whiteBoardSpecificClose()
                             throws java.io.IOException
Overrides:
whiteBoardSpecificClose in class DataStreamYoWhiteBoard
Throws:
java.io.IOException