eq::ConfigParams Class Reference

Parameters for choosing and running a configuration. More...

#include <configParams.h>

Collaboration diagram for eq::ConfigParams:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConfigParams ()
 Constructor.
 ~ConfigParams ()
 Destructor.
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 choosing and running a configuration.

Definition at line 27 of file configParams.h.


Constructor & Destructor Documentation

eq::ConfigParams::~ConfigParams (  )  [inline]

Destructor.

Definition at line 33 of file configParams.h.


Member Function Documentation

void eq::ConfigParams::setRenderClient ( const std::string &  renderClient  ) 

Set the name of the render client executable.

The default value is the program name, i.e., the filename part of argv[0].

Definition at line 38 of file configParams.cpp.

const std::string & eq::ConfigParams::getRenderClient (  )  const
Returns:
the name of the render client executable.

Definition at line 43 of file configParams.cpp.

Referenced by eq::Server::chooseConfig(), and eq::Server::useConfig().

Here is the caller graph for this function:

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, i.e., the directory part of argv[0].

Definition at line 48 of file configParams.cpp.

const std::string & eq::ConfigParams::getWorkDir (  )  const
Returns:
the directory from which to launch the render client.

Definition at line 53 of file configParams.cpp.

Referenced by eq::Server::chooseConfig(), and eq::Server::useConfig().

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
Generated on Sat Feb 6 13:04:02 2010 for Equalizer 0.9.1 by  doxygen 1.6.1