RTTSConfigReader
index
/local_disk/sherwood/RTT/Tools/RunTimeTester/RunTimeTester-00-00-10/src/RTTSConfigReader.py

A configuration file reader:

 
Modules
            
os
sys
 
Classes
            
RTTSConfigReader
 
class RTTSConfigReader
       
   Methods defined here:
__init__(self, confFile, basePath)
Provides default values.
Read config file.
If paths are given as relative paths, make them absolute wrt to  basePath
this makes the code for robust if against the effect of changing directories.
Perform simple validation checks.
Throw exception if config file parameter is invalid.
fixPath(self, path)
 convert relative path to an absolute path
params(self)
Return a list of the values read from the config file.

Data and non-method functions defined here:
__doc__ = None
__module__ = 'RTTSConfigReader'
lDbg = 0
 
Data
             __file__ = './RTTSConfigReader.py'
__name__ = 'RTTSConfigReader'