Public Member Functions | Public Attributes | Private Member Functions
teer.ConditionVariable Class Reference

List of all members.

Public Member Functions

def __get__
def __init__
def __set__

Public Attributes

 myname
 val

Private Member Functions

def _set_name

Detailed Description

The basic conditional variable 

Definition at line 63 of file teer.py.


Constructor & Destructor Documentation

def teer.ConditionVariable.__init__ (   self,
  initval = None 
)
Initialize 

Definition at line 65 of file teer.py.


Member Function Documentation

def teer.ConditionVariable.__get__ (   self,
  obj,
  objtype 
)
Return the value 

Definition at line 69 of file teer.py.

def teer.ConditionVariable.__set__ (   self,
  obj,
  val 
)
Set a value, evaluate conditions for tasks waiting on this variable 

Definition at line 72 of file teer.py.

def teer.ConditionVariable._set_name (   self,
  cls,
  top_level = True 
) [private]
if unknown, retrieve my own name using introspection 

Definition at line 77 of file teer.py.


Member Data Documentation

Definition at line 65 of file teer.py.

Definition at line 65 of file teer.py.


The documentation for this class was generated from the following file:


teer_ros
Author(s): Stéphane Magnenat
autogenerated on Sun Oct 5 2014 23:56:00