Package pyrobot :: Package camera :: Package aibo :: Class CameraThread
[frames | no frames]

Type CameraThread

object --+        
         |        
  _Verbose --+    
             |    
        Thread --+
                 |
                CameraThread


A camera thread class, because Aibo feeds it to us
as fast as we can eat em!

Method Summary
  __init__(self, runable)
Constructor, setting initial variables...
  join(self, timeout)
Stop the thread...
  run(self)
overload of threading.thread.run()...
    Inherited from Thread
  __repr__(self)
  getName(self)
  isAlive(self)
  isDaemon(self)
  setDaemon(self, daemonic)
  setName(self, name)
  start(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...
  __str__(x)
x.__str__() <==> str(x)...

Method Details

__init__(self, runable)
(Constructor)

Constructor, setting initial variables
Overrides:
threading.Thread.__init__

join(self, timeout=None)

Stop the thread
Overrides:
threading.Thread.join

run(self)

overload of threading.thread.run()
main control loop
Overrides:
threading.Thread.run

Generated by Epydoc 2.1 on Mon Jul 25 01:39:27 2005 http://epydoc.sf.net