| Public Member Functions | |
| def | __get__ | 
| def | __init__ | 
| def | __set__ | 
| Public Attributes | |
| val | |
A conditional variable working with ROS' Scheduler
Definition at line 62 of file teer_ros.py.
| def teer_ros.ConditionVariable.__init__ | ( | self, | |
| initval = None | |||
| ) | 
Definition at line 64 of file teer_ros.py.
| def teer_ros.ConditionVariable.__get__ | ( | self, | |
| obj, | |||
| objtype | |||
| ) | 
Definition at line 66 of file teer_ros.py.
| def teer_ros.ConditionVariable.__set__ | ( | self, | |
| obj, | |||
| val | |||
| ) | 
Definition at line 68 of file teer_ros.py.
Definition at line 68 of file teer_ros.py.