doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
runner_lib.doomService Class Reference
Inheritance diagram for runner_lib.doomService:

Public Member Functions

def __init__
 
def getLogfile
 
def processEnded
 
def processTimeout
 
def sleepAVGReply
 
def sleepAVGTimeout
 
def checkCPU
 
def nextMap
 
def startService
 
def stopService
 

Public Attributes

 p_transport
 
 multiplayer
 
 blank_run
 
 bin
 
 cmdline
 
 maps
 
 status
 
 state
 
 deferred
 
 i_map
 

Static Public Attributes

int state = 0
 
int check_period = 10
 
string pickle_file = 'runner.pickle'
 
dictionary status = {}
 
int multiplayer = 0
 

Detailed Description

Definition at line 62 of file runner_lib.py.

Constructor & Destructor Documentation

def runner_lib.doomService.__init__ (   self,
  bin,
  cmdline,
  maps,
  sort = 0,
  multiplayer = 0,
  blank_run = 0 
)

Definition at line 85 of file runner_lib.py.

Member Function Documentation

def runner_lib.doomService.checkCPU (   self)

Definition at line 164 of file runner_lib.py.

def runner_lib.doomService.getLogfile (   self,
  name 
)

Definition at line 119 of file runner_lib.py.

def runner_lib.doomService.nextMap (   self)

Definition at line 172 of file runner_lib.py.

def runner_lib.doomService.processEnded (   self,
  val 
)

Definition at line 123 of file runner_lib.py.

def runner_lib.doomService.processTimeout (   self)

Definition at line 132 of file runner_lib.py.

def runner_lib.doomService.sleepAVGReply (   self,
  val 
)

Definition at line 135 of file runner_lib.py.

def runner_lib.doomService.sleepAVGTimeout (   self)

Definition at line 157 of file runner_lib.py.

def runner_lib.doomService.startService (   self)

Definition at line 194 of file runner_lib.py.

def runner_lib.doomService.stopService (   self)

Definition at line 201 of file runner_lib.py.

Member Data Documentation

runner_lib.doomService.bin

Definition at line 91 of file runner_lib.py.

runner_lib.doomService.blank_run

Definition at line 88 of file runner_lib.py.

int runner_lib.doomService.check_period = 10
static

Definition at line 73 of file runner_lib.py.

runner_lib.doomService.cmdline

Definition at line 93 of file runner_lib.py.

runner_lib.doomService.deferred

Definition at line 187 of file runner_lib.py.

runner_lib.doomService.i_map

Definition at line 198 of file runner_lib.py.

runner_lib.doomService.maps

Definition at line 96 of file runner_lib.py.

int runner_lib.doomService.multiplayer = 0
static

Definition at line 83 of file runner_lib.py.

runner_lib.doomService.multiplayer

Definition at line 87 of file runner_lib.py.

runner_lib.doomService.p_transport

Definition at line 86 of file runner_lib.py.

string runner_lib.doomService.pickle_file = 'runner.pickle'
static

Definition at line 76 of file runner_lib.py.

int runner_lib.doomService.state = 0
static

Definition at line 70 of file runner_lib.py.

runner_lib.doomService.state

Definition at line 141 of file runner_lib.py.

dictionary runner_lib.doomService.status = {}
static

Definition at line 80 of file runner_lib.py.

runner_lib.doomService.status

Definition at line 100 of file runner_lib.py.


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