dumpModules Class Reference

Sample script based on seAppBase that demonstrates tele-commands. More...

Inheritance diagram for dumpModules:

Inheritance graph
[legend]
Collaboration diagram for dumpModules:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
 MemDump constructor.
def getName
 Return the name of this class.
def setup
 SETUP transition method.
def createGUI
 Create the argument GUI.
def run
 RUN transition method.
def printModule
def teardown
 TEARDOWN transition method.

Private Attributes

 __arg

Detailed Description

Sample script based on seAppBase that demonstrates tele-commands.

Demonstrates queuing memory dump commands to the VSC.

Definition at line 33 of file dumpModules.py.


Member Function Documentation

def __init__   self,
  common
 

MemDump constructor.

Parameters:
common ScriptEngineCommon constructor

Reimplemented from seAppBase.

Definition at line 35 of file dumpModules.py.

def createGUI   self  ) 
 

Create the argument GUI.

Must be passed to an execGUImethod. This is done here in a separate method so that the GUI creation and deletion is done in the GUI thread.

Executing self.__arg = self.rc.createGUI(userArgument, self.rc, 'test1', 1) does not work since the GUI object was being garbage collected (deleted) in the non-GUI thread.

Definition at line 62 of file dumpModules.py.

def getName   self  ) 
 

Return the name of this class.

Returns:
Class name

Definition at line 44 of file dumpModules.py.

def printModule   self,
  telem
 

Definition at line 115 of file dumpModules.py.

def run   self  ) 
 

RUN transition method.

Definition at line 75 of file dumpModules.py.

def setup   self  ) 
 

SETUP transition method.

Definition at line 51 of file dumpModules.py.

def teardown   self  ) 
 

TEARDOWN transition method.

Definition at line 133 of file dumpModules.py.


Member Data Documentation

__arg [private]
 

Definition at line 69 of file dumpModules.py.


The documentation for this class was generated from the following file:
Generated on Thu Apr 27 20:53:42 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO