Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

ManagerConfig Class Reference

List of all members.

Public Member Functions

 __init__ (argc=None, argv=None)
 ManagerConfig constructor.
 __del__ ()
 ManagerConfig destructor.
 init (argc, argv)
 Initialization.
 configure (prop)
 Apply configuration results to Property.
 parseArgs (argc, argv)
 Parse command arguments.
 findConfigFile ()
 Find configuration file.
 setSystemInformation (prop)
 Set system information.
 fileExist (filename)
 Check file existance.

Member Function Documentation

ManagerConfig::__del__  ) 
 

ManagerConfig destructor.

ManagerConfig::__init__ argc  = None,
argv  = None
 

ManagerConfig constructor.

The constructor that performs initialization at the same time with given arguments.

Parameters:
argc The number of command line arguments
argv The command line arguments

ManagerConfig::configure prop   ) 
 

Apply configuration results to Property.

ManagerConfig::fileExist filename   ) 
 

Check file existance.

ManagerConfig::findConfigFile  ) 
 

Find configuration file.

ManagerConfig::init argc  ,
argv 
 

Initialization.

Initialize with command line options. The following command options are available.

-f file : Specify a configuration file.
-l module : Specify modules to be loaded at the beginning.
-o options: Other options.
-d : Use default static configuration.

ManagerConfig::parseArgs argc  ,
argv 
 

Parse command arguments.

-f file : Specify a configuration file.
-l module : Specify modules to be loaded at the beginning.
-o options: Other options.
-d : Use default static configuration.

ManagerConfig::setSystemInformation prop   ) 
 

Set system information.

Get the following system info and set them to Manager's properties. manager.os.name : OS name manager.os.release : OS release name maanger.os.version : OS version manager.os.arch : OS architecture manager.os.hostname: Hostname manager.pid : process ID


The documentation for this class was generated from the following file:
Generated on Mon Oct 29 15:51:44 2007 for OpenRTM by  doxygen 1.4.3