Uses of Class
com.yobotics.simulationconstructionset.DataBuffer

Packages that use DataBuffer
com.yobotics.simulationconstructionset   
com.yobotics.simulationconstructionset.dataExporter   
com.yobotics.simulationconstructionset.gui   
com.yobotics.simulationconstructionset.gui.dialogConstructors   
com.yobotics.simulationconstructionset.gui.dialogs   
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(VarList newVars, YoVariableRegistry rootRegistryToAddNewVariablesTo, DataBuffer dataBuffer)
           
 int DataFileReader.readData(VarList newVars, YoVariableRegistry rootRegistryToAddNewVariablesTo, DataBuffer dataBuffer, SimulationConstructionSet sim)
           
 int DataFileReader.readData(YoDataInputStream dataStream, VarList newVars, YoVariableRegistry rootRegistryToAddNewVariablesTo, DataBuffer dataBuffer, SimulationConstructionSet sim)
           
 void StandardAllCommandsExecutor.setup(SimulationConstructionSet simulationConstructionSet, StandardSimulationGUI standardSimulationGUI, DataBuffer dataBuffer)
           
 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.dataExporter
 

Constructors in com.yobotics.simulationconstructionset.dataExporter with parameters of type DataBuffer
DataExporterExcelWorkbookCreator(Robot robot, DataBuffer dataBuffer)
           
DataExporterGraphCreator(Robot robot, DataBuffer dataBuffer)
           
 

Uses of DataBuffer in com.yobotics.simulationconstructionset.gui
 

Constructors in com.yobotics.simulationconstructionset.gui with parameters of type DataBuffer
GraphArrayPanel(SelectedVariableHolder holder, DataBuffer buffer, javax.swing.JFrame frame)
           
GraphArrayWindow(AllCommandsExecutor allCommandsExecutor, GUIEnablerAndDisabler guiEnablerAndDisabler, ConfigurationList configurationList, GraphGroupList graphGroupList, java.lang.String graphGroupName, GraphConfigurationList graphConfigurationList, SelectedVariableHolder selectedVariableHolder, DataBuffer dataBuffer, StandardGUIActions mainGUIActions, int screenID, boolean maximizeWindow)
           
StandardSimulationGUI(Graphics3DAdapter graphics3dAdapter, SimulationSynchronizer simulationSynchronizer, AllCommandsExecutor allCommandsExecutor, AllDialogConstructorsHolder allDialogConstructorsHolder, SimulationConstructionSet sim, YoVariableHolder yoVariableHolder, Robot[] robots, DataBuffer buffer, VarGroupList varGroupList, javax.swing.JApplet jApplet, YoVariableRegistry rootRegistry)
           
StandardSimulationGUI(Graphics3DAdapter graphics3dAdapter, SimulationSynchronizer simulationSynchronizer, AllCommandsExecutor allCommandsExecutor, AllDialogConstructorsHolder allDialogConstructorsHolder, SimulationConstructionSet sim, YoVariableHolder yoVariableHolder, Robot[] robots, DataBuffer buffer, VarGroupList varGroupList, javax.swing.JFrame frame, javax.swing.JApplet jApplet, YoVariableRegistry rootRegistry)
           
StandardSimulationGUI(Graphics3DAdapter graphics3dAdapter, SimulationSynchronizer simulationSynchronizer, AllCommandsExecutor allCommandsExecutor, AllDialogConstructorsHolder allDialogConstructorsHolder, SimulationConstructionSet sim, YoVariableHolder yoVariableHolder, 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(AllCommandsExecutor allCommandsExecutor, AllDialogConstructorsHolder allDialogConstructorsHolder, SimulationConstructionSet sim, Robot[] robots, TimeHolder timeHolder, YoVariableHolder yoVariableHolder, RunCommandsExecutor runCommandsExecutor, GUIEnablerAndDisabler guiEnablerAndDisabler, java.lang.String selectedViewportName, ViewportConfigurationList viewportConfigurationList, CameraConfigurationList cameraConfigurationList, VarList varList, CameraMountList cameraMountList, VarGroupList varGroupList, GraphArrayPanel myGraphArrayPanel, AboutDialogGenerator aboutEditorPane, StandardSimulationGUI myGUI, Graphics3DAdapter graphicsAdapter, DataBuffer dataBuffer, StandardGUIActions mainGUIActions, int screenID, boolean maximizeWindow, SimulationSynchronizer simulationSynchronizer)
           
ViewportWindow(AllCommandsExecutor allCommandsExecutor, YoVariableHolder yoVariableHolder, TimeHolder timeHolder, java.lang.String selectedViewportName, ViewportConfigurationList viewportConfigurationList, CameraConfigurationList cameraConfigurationList, CameraMountList cameraMountList, Robot[] robots, VarGroupList varGroupList, GraphArrayPanel myGraphArrayPanel, StandardSimulationGUI myGUI, Graphics3DAdapter graphics3DAdapter, DataBuffer dataBuffer, StandardGUIActions mainGUIActions, int screenID, boolean maximizeWindow, SimulationSynchronizer simulationSynchronizer)
           
YoVariableDoubleClickListener(DataBuffer dataBuffer, javax.swing.JFrame frame)
           
 

Uses of DataBuffer in com.yobotics.simulationconstructionset.gui.dialogConstructors
 

Constructors in com.yobotics.simulationconstructionset.gui.dialogConstructors with parameters of type DataBuffer
DataBufferPropertiesDialogGenerator(DataBuffer dataBuffer, java.awt.Container parentContainer, javax.swing.JFrame frame, DataBufferChangeListener listener)
           
StandardAllDialogConstructorsGenerator(SimulationConstructionSet sim, Robot[] robots, DataBuffer myDataBuffer, StandardSimulationGUI myGUI, VarGroupList varGroupList, GraphArrayPanel myGraphArrayPanel, ViewportSelectorCommandExecutor viewportSelector, java.awt.Container parentContainer, javax.swing.JFrame frame, SimulationSynchronizer simulationSynchronizer, StandardGUIActions standardGUIActions)
           
 

Uses of DataBuffer in com.yobotics.simulationconstructionset.gui.dialogs
 

Constructors in com.yobotics.simulationconstructionset.gui.dialogs with parameters of type DataBuffer
DataBufferPropertiesDialog(java.awt.Container parentContainer, javax.swing.JFrame frame, DataBuffer dataBuffer, DataBufferChangeListener listener)
           
 

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)