GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
gcmd.CommandThread Class Reference

Create separate thread for command. More...

Inheritance diagram for gcmd.CommandThread:
Collaboration diagram for gcmd.CommandThread:

Public Member Functions

def __init__
def __del__
def run
 Run command.
def abort
 Abort running process, used by main thread to signal an abort.

Data Fields

 cmd
 stdin
 stdout
 stderr
 env
 module
 error
 aborted
 message_format
 startTime

Detailed Description

Create separate thread for command.

Used for commands launched on the background.

Definition at line 479 of file gcmd.py.


Constructor & Destructor Documentation

def gcmd.CommandThread.__init__ (   self,
  cmd,
  env = None,
  stdin = None,
  stdout = sys.stdout,
  stderr = sys.stderr 
)
@param cmd command (given as list)
@param env environmental variables
@param stdin standard input stream 
@param stdout redirect standard output or None
@param stderr redirect standard error output or None

Definition at line 483 of file gcmd.py.

Definition at line 511 of file gcmd.py.

References gcmd.CommandThread.message_format.


Member Function Documentation

def gcmd.CommandThread.abort (   self)

Abort running process, used by main thread to signal an abort.

Definition at line 593 of file gcmd.py.

References gcmd.CommandThread._want_abort, and gcmd.RunCommand().

def gcmd.CommandThread.run (   self)

Run command.

Definition at line 517 of file gcmd.py.

References gcmd.Command.cmd, and gcmd.CommandThread.cmd.


Field Documentation

Definition at line 503 of file gcmd.py.

Definition at line 497 of file gcmd.py.

Referenced by render.Map.GetWindow().

Definition at line 500 of file gcmd.py.

Referenced by workspace.ProcessGrcFile.read().

Definition at line 508 of file gcmd.py.

Referenced by gcmd.CommandThread.__del__().

Definition at line 499 of file gcmd.py.

Definition at line 524 of file gcmd.py.

Definition at line 496 of file gcmd.py.

Definition at line 494 of file gcmd.py.

Referenced by gcmd.Popen.send().

Definition at line 495 of file gcmd.py.


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