Public Member Functions | Public Attributes | Static Public Attributes
teer.Task Class Reference

List of all members.

Public Member Functions

def __init__
def __repr__
def run

Public Attributes

 sendval
 target
 tid
 waitmode

Static Public Attributes

int taskid = 0
int WAIT_ALL = 2
int WAIT_ANY = 1

Detailed Description

The object representing a task/co-routine in the scheduler 

Definition at line 41 of file teer.py.


Constructor & Destructor Documentation

def teer.Task.__init__ (   self,
  target 
)
Initialize 

Definition at line 46 of file teer.py.


Member Function Documentation

def teer.Task.__repr__ (   self)
Debug information on a task 

Definition at line 53 of file teer.py.

def teer.Task.run (   self)
Run a task until it hits the next yield statement

Definition at line 56 of file teer.py.


Member Data Documentation

Definition at line 46 of file teer.py.

Definition at line 46 of file teer.py.

int teer.Task::taskid = 0 [static]

Definition at line 45 of file teer.py.

Definition at line 46 of file teer.py.

int teer.Task::WAIT_ALL = 2 [static]

Definition at line 44 of file teer.py.

int teer.Task::WAIT_ANY = 1 [static]

Definition at line 43 of file teer.py.

Definition at line 46 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