Uses of Class
com.yobotics.simulationconstructionset.DataBuffer

Packages that use DataBuffer
com.yobotics.simulationconstructionset   
com.yobotics.simulationconstructionset.gui   
com.yobotics.simulationconstructionset.robotcommprotocol   
 

Uses of DataBuffer in com.yobotics.simulationconstructionset
 

Methods in com.yobotics.simulationconstructionset that return DataBuffer
 DataBuffer SimulationConstructionSet.getDataBuffer()
          Accessor method for the data buffer used by this simulation.
 DataBuffer Simulation.getDataBuffer()
           
 

Methods in com.yobotics.simulationconstructionset with parameters of type DataBuffer
 boolean DataBuffer.checkIfDataIsEqual(DataBuffer dataBuffer, double epsilon)
           
 java.io.DataOutputStream DataFileWriter.openDataOutputStreamAndWriteHeaderInformationForLoggingData(java.lang.String model, double recordDT, DataBuffer dataBuffer, java.util.ArrayList<YoVariable> vars, boolean compress)
           
 int DataFileReader.readData(java.io.DataInputStream dataStream, VarList newVars, YoVariableRegistry rootRegistryToAddNewVariablesTo, DataBuffer dataBuffer, SimulationConstructionSet sim)
           
 int DataFileReader.readData(VarList newVars, YoVariableRegistry rootRegistryToAddNewVariablesTo, DataBuffer dataBuffer)
           
 int DataFileReader.readData(VarList newVars, YoVariableRegistry rootRegistryToAddNewVariablesTo, DataBuffer dataBuffer, SimulationConstructionSet sim)
           
 void DataFileWriter.writeData(java.lang.String model, double recordDT, DataBuffer dataBuffer, java.util.ArrayList<YoVariable> vars, boolean binary, boolean compress)
           
 void DataFileWriter.writeData(java.lang.String model, double recordDT, DataBuffer dataBuffer, java.util.ArrayList<YoVariable> vars, boolean binary, boolean compress, Robot robot)
           
 void DataFileWriter.writeSpreadsheetFormattedData(DataBuffer dataBuffer, java.util.ArrayList<? extends YoVariable> vars)
           
 void DataFileWriter.writeSpreadsheetFormattedState(DataBuffer dataBuffer, java.util.ArrayList<? extends YoVariable> vars)
           
 

Uses of DataBuffer in com.yobotics.simulationconstructionset.gui
 

Methods in com.yobotics.simulationconstructionset.gui that return DataBuffer
 DataBuffer YoGraph.getDataBuffer()
           
 

Constructors in com.yobotics.simulationconstructionset.gui with parameters of type DataBuffer
DataBufferPropertiesAction(DataBuffer dataBuffer, java.awt.Container parentContainer, javax.swing.JFrame frame, DataBufferChangeListener listener)
           
DataBufferPropertiesDialog(java.awt.Container parentContainer, javax.swing.JFrame frame, DataBuffer dataBuffer, DataBufferChangeListener listener)
           
GraphArrayPanel(SelectedVariableHolder holder, DataBuffer buffer, DoubleYoVariable[] varsToGraph, javax.swing.JFrame frame, StandardSimulationGUI myGui)
           
GraphArrayWindow(SimulationConstructionSet sim, Robot[] robots, VarGroupList varGroupList, StandardSimulationGraphics mySimulationGraphics, AboutEditorPane aboutEditorPane, StandardSimulationGUI myGUI, ConfigurationList configurationList, GraphGroupList graphGroupList, java.lang.String graphGroupName, GraphConfigurationList graphConfigurationList, SelectedVariableHolder selectedVariableHolder, DataBuffer dataBuffer, DoubleYoVariable[] varsToGraph, StandardGUIActions mainGUIActions, int screenID, boolean maximizeWindow)
           
StandardGUIActions(SimulationConstructionSet sim, Robot[] robots, VarGroupList varGroupList, java.awt.Container parentContainer, javax.swing.JFrame frame, StandardSimulationGraphics mySimulationGraphics, GraphArrayPanel myGraphArrayPanel, DataBuffer myDataBuffer, AboutEditorPane aboutEditorPane, StandardSimulationGUI myGUI)
           
StandardSimulationGUI(SimulationConstructionSet sim, Robot[] robots, DataBuffer buffer, VarGroupList varGroupList, javax.swing.JApplet jApplet, YoVariableRegistry rootRegistry)
           
StandardSimulationGUI(SimulationConstructionSet sim, Robot[] robots, DataBuffer buffer, VarGroupList varGroupList, javax.swing.JFrame frame, javax.swing.JApplet jApplet, YoVariableRegistry rootRegistry)
           
StandardSimulationGUI(SimulationConstructionSet sim, Robot[] robots, DataBuffer buffer, VarGroupList varGroupList, javax.swing.JFrame frame, YoVariableRegistry rootRegistry)
           
VariableSearchPanel(SelectedVariableHolder holder, DataBuffer dataBuffer, GraphArrayPanel graphArrayPanel, EntryBoxArrayPanel entryBoxArrayPanel, BookmarkedVariablesHolder bookmarkedVariablesHolder, CombinedVarPanel combinedVarPanel)
           
ViewportWindow(SimulationConstructionSet sim, java.lang.String selectedViewportName, ViewportConfigurationList viewportConfigurationList, CameraConfigurationList cameraConfigurationList, VarList varList, CameraMountList cameraMountList, Robot[] robots, VarGroupList varGroupList, GraphArrayPanel myGraphArrayPanel, AboutEditorPane aboutEditorPane, StandardSimulationGUI myGUI, StandardSimulationGraphics standardSimulationGraphics, NavigatingCameraHolder navigatingCameraHolder, DataBuffer dataBuffer, StandardGUIActions mainGUIActions, int screenID, boolean maximizeWindow)
           
ViewportWindow(SimulationConstructionSet sim, java.lang.String selectedViewportName, ViewportConfigurationList viewportConfigurationList, CameraConfigurationList cameraConfigurationList, VarList varList, CameraMountList cameraMountList, VarGroupList varGroupList, GraphArrayPanel myGraphArrayPanel, AboutEditorPane aboutEditorPane, StandardSimulationGUI myGUI, StandardSimulationGraphics standardSimulationGraphics, NavigatingCameraHolder navigatingCameraHolder, DataBuffer dataBuffer, StandardGUIActions mainGUIActions, int screenID, boolean maximizeWindow)
           
YoGraph(GraphArrayPanel graphArrayPanel, SelectedVariableHolder holder, DataBuffer buffer, javax.swing.JFrame frame)
           
YoVariableDoubleClickListener(DataBuffer dataBuffer, javax.swing.JFrame frame)
           
 

Uses of DataBuffer in com.yobotics.simulationconstructionset.robotcommprotocol
 

Constructors in com.yobotics.simulationconstructionset.robotcommprotocol with parameters of type DataBuffer
GUISideCommandListener(DataBuffer dataBuffer, YoVariableRegistry rootRegistry, CreatedNewVariablesListener createdNewVariablesListener, ReceivedDataListener receivedDataListener)