Equalizer  1.2.1
Public Member Functions
eq::ConfigParams Class Reference

Parameters for running a configuration. More...

#include <configParams.h>

List of all members.

Public Member Functions

 ConfigParams ()
 Construct new configuration parameters.
 ~ConfigParams ()
 Destruct this configuration parameters.
Data Access.
void setRenderClient (const std::string &renderClient)
 Set the name of the render client executable.
const std::string & getRenderClient () const
void setWorkDir (const std::string &workDir)
 Set the directory from which to launch the render client.
const std::string & getWorkDir () const

Detailed Description

Parameters for running a configuration.

See also:
Server::chooseConfig()

Definition at line 27 of file configParams.h.


Constructor & Destructor Documentation

Construct new configuration parameters.

Version:
1.0

Destruct this configuration parameters.

Version:
1.0

Definition at line 34 of file configParams.h.


Member Function Documentation

const std::string& eq::ConfigParams::getRenderClient ( ) const
Returns:
the name of the render client executable.
Version:
1.0
const std::string& eq::ConfigParams::getWorkDir ( ) const
Returns:
the directory from which to launch the render client.
Version:
1.0
void eq::ConfigParams::setRenderClient ( const std::string &  renderClient)

Set the name of the render client executable.

The default value is the program name retrieved from co::Global::getProgramName(), i.e., the filename part of argv[0].

Version:
1.0
void eq::ConfigParams::setWorkDir ( const std::string &  workDir)

Set the directory from which to launch the render client.

The default value is the program directory retrieved from co::Global::getWorkDir(), i.e., the directory part of the render client executable.

Version:
1.0

The documentation for this class was generated from the following file:
Generated on Fri Jun 8 2012 15:44:35 for Equalizer 1.2.1 by  doxygen 1.8.0