Uses of Class
biocell.BioThread

Packages that use BioThread
biocell   
brain.alice   
brain.moodconroller   
brain.NetClient   
brain.reflexgenerator   
db   
devs.motorpackage.asc16   
devs.musicpackage   
devs.sensorpackage.milford5120   
devs.sensorpackage.sonarexplorer   
devs.speechpackage   
devs.visionpackage.org.cmotch.framegrabber   
devs.visionpackage.org.cmotch.imageviewer   
mns   
nns   
qinterface   
robot   
 

Uses of BioThread in biocell
 

Subclasses of BioThread in biocell
 class GlobalState
           
 

Constructors in biocell with parameters of type BioThread
Energy(BioThread thread)
           
 

Uses of BioThread in brain.alice
 

Subclasses of BioThread in brain.alice
 class AliceBasedInterface
           
 class AliceDecoder
           
 

Uses of BioThread in brain.moodconroller
 

Subclasses of BioThread in brain.moodconroller
 class InstantMoodController
           
 

Uses of BioThread in brain.NetClient
 

Subclasses of BioThread in brain.NetClient
 class NetDecoder
           
 

Uses of BioThread in brain.reflexgenerator
 

Subclasses of BioThread in brain.reflexgenerator
 class PMotionCalculator
           
 

Uses of BioThread in db
 

Subclasses of BioThread in db
 class DbInterface
           
 

Uses of BioThread in devs.motorpackage.asc16
 

Subclasses of BioThread in devs.motorpackage.asc16
(package private)  class ASC16.InputReader
           
 

Uses of BioThread in devs.musicpackage
 

Subclasses of BioThread in devs.musicpackage
 class DanceGenerator
           
 

Uses of BioThread in devs.sensorpackage.milford5120
 

Subclasses of BioThread in devs.sensorpackage.milford5120
 class Milford5120
           
(package private)  class Milford5120.InputReader
           
 

Uses of BioThread in devs.sensorpackage.sonarexplorer
 

Subclasses of BioThread in devs.sensorpackage.sonarexplorer
 class Sensor
           
(package private)  class SensorExplorer.InputReader
           
 

Uses of BioThread in devs.speechpackage
 

Subclasses of BioThread in devs.speechpackage
 class SpeechRecognizer
          A demonstration of how to use JSGF grammars in sphinx-4.
 class SpeechSynthesizer
           
 

Uses of BioThread in devs.visionpackage.org.cmotch.framegrabber
 

Subclasses of BioThread in devs.visionpackage.org.cmotch.framegrabber
 class FrameGrabber
          Frame grabber class
 

Uses of BioThread in devs.visionpackage.org.cmotch.imageviewer
 

Subclasses of BioThread in devs.visionpackage.org.cmotch.imageviewer
 class DisplayImage
          Threaded class that will capture images from a Framegrabber and process them depending on what processing is enabled
 

Uses of BioThread in mns
 

Subclasses of BioThread in mns
 class MNS
          This part of the code is the master controller of actions and of their execution in time and in the problem space it self.
 class MNSposture
           
 class MNSRobotPart
          Class implementing parts of the robot from the symbolic or highest point of view Each BodyPart has a set of associated devices that are fetched against the incoming commands in form of either files or strings This set of command is send to CNS that takes care about the synchronization and other low level features The order of devices is as follows: first is speech synthesis second is speech recognition Third is vision control system all devices after are servos associated with robot movements Each CNSRobotPart can have only one ThreadedCommand at a time This is not restricted but the feedback is not tracking the appropriatte devices and confusion between threads can occur This is done by initiating a command with a ExecPeriod != 0 ThreadedCommand will be executing all parts of the command beside SpeechProduction.
 

Uses of BioThread in nns
 

Subclasses of BioThread in nns
 class BioSensor
           
 class BioSensorThread
           
 class NNS
           
 

Uses of BioThread in qinterface
 

Subclasses of BioThread in qinterface
 class qBrain
           
 

Uses of BioThread in robot
 

Subclasses of BioThread in robot
 class Robot