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

Go to the source code of this file.

Data Structures

class  gcmd.GError
class  gcmd.GWarning
class  gcmd.GMessage
class  gcmd.GException
class  gcmd.Popen
 Subclass subprocess.Popen. More...
class  gcmd.Command
 Run command in separate thread. More...
class  gcmd.CommandThread
 Create separate thread for command. More...

Namespaces

namespace  gcmd
namespace  core.gcmd
 wxGUI command interface

Functions

def gcmd.GetRealCmd
 Return real command name - only for MS Windows.
def gcmd.DecodeString
 Decode string using system encoding.
def gcmd.EncodeString
 Return encoded string using system locales.
def gcmd.recv_some
def gcmd.send_all
def gcmd.RunCommand
 Run GRASS command.

Variables

tuple gcmd.compatPath = os.path.join(globalvar.ETCWXDIR, "compat")
string gcmd.message = "Other end disconnected!"