Uses of Class
brbrain.BRBrain

Uses of BRBrain in brbrain
 

Fields in brbrain declared as BRBrain
protected  BRBrain PoseGUI.autoSyncBRBrain
          the BRBrain to auto sync, if any
protected  BRBrain BRBrainShell.brBrain
          the BRBrain
protected  BRBrain PoseGUI.defSyncBRBrain
          default sync BRBrain
 

Methods in brbrain with parameters of type BRBrain
 void PoseGUI.autoSync(BRBrain brBrain)
          Covers PoseGUI.autoSync(BRBrain, int, boolean, boolean, boolean), uses sync defaults.
 void PoseGUI.autoSync(BRBrain brBrain, int minUpdatePeriodMS, boolean enableWrite, boolean setFormats, boolean saveAndRestoreFormat)
          Initiate or change automatic periodic synchronization of this GUI with the hardware via an BRBrain.
protected  void PoseSequenceGUI.didSync(Pose pose, BRBrain brBrain, boolean didWrite, boolean didRead, boolean setFormats, boolean savedAndRestoredFormat, int syncNum, long startTime, long duration)
          Calls SequencePlaybackController.controlPlayback(brbrain.PoseSequenceGUI, brbrain.Pose, brbrain.Pose, int) as necessary.
protected  void PoseGUI.didSync(Pose pose, BRBrain brBrain, boolean didWrite, boolean didRead, boolean setFormats, boolean savedAndRestoredFormat, int syncNum, long startTime, long duration)
          Hook called after each sync, while synchronized on PoseGUI.refreshLock and PoseGUI.pose.
 void PoseGUI.setSyncDefaults(BRBrain defSyncBRBrain, int defSyncMinUpdatePeriodMS, boolean defSyncEnableWrite, boolean defSyncSetFormats, boolean defSyncSaveAndRestoreFormats)
          set default sync params
 void PoseGUI.setSyncFormats(BRBrain brBrain)
          covers PoseGUI.setSyncFormats(BRBrain, boolean), sets write format
 void PoseGUI.setSyncFormats(BRBrain brBrain, boolean setWriteFormat)
          Set the read and optionally the write formats of brBrain to those of PoseGUI.pose.
 void PoseGUI.sync(BRBrain brBrain)
          Covers PoseGUI.sync(BRBrain, boolean, boolean, boolean), uses sync defaults.
 void PoseGUI.sync(BRBrain brBrain, boolean enableWrite, boolean setFormats, boolean saveAndRestoreFormat)
          Synchronize this GUI to the hardware via an BRBrain.
 

Constructors in brbrain with parameters of type BRBrain
BRBrainShell(BRBrain brBrain)
          create a new shell on an existing BRBrain