Public Member Functions | Private Attributes
rtshell.plan.SleepCondition Class Reference
Inheritance diagram for rtshell.plan.SleepCondition:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def __str__
def cancel
def satisfy
def start

Private Attributes

 _immediate
 _satisfied
 _timer
 _wait_time
 _wait_time_ms

Detailed Description

A condition that waits for a period of time before being satisfied.

This condition is delayed.

This condition is essentially a sleep. It starts a threaded timer, which
sleeps for the given period of time (in ms) before waking up and setting
the condition to satisfied.

Definition at line 303 of file plan.py.


Constructor & Destructor Documentation

def rtshell.plan.SleepCondition.__init__ (   self,
  wait_time = 0,
  args,
  kwargs 
)

Definition at line 313 of file plan.py.


Member Function Documentation

Reimplemented from rtshell.plan.BasicCondition.

Definition at line 321 of file plan.py.

Reimplemented from rtshell.plan.BasicCondition.

Definition at line 325 of file plan.py.

Definition at line 329 of file plan.py.

Reimplemented from rtshell.plan.BasicCondition.

Definition at line 334 of file plan.py.


Member Data Documentation

Reimplemented from rtshell.plan.BasicCondition.

Definition at line 313 of file plan.py.

Reimplemented from rtshell.plan.BasicCondition.

Definition at line 313 of file plan.py.

Definition at line 313 of file plan.py.

Definition at line 313 of file plan.py.

Definition at line 313 of file plan.py.


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


rtshell
Author(s): Geoffrey Biggs
autogenerated on Fri Aug 28 2015 12:55:12