#include <configParams.h>

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 |
Definition at line 27 of file configParams.h.
| eq::ConfigParams::~ConfigParams | ( | ) | [inline] |
| 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 |
Definition at line 43 of file configParams.cpp.
Referenced by eq::Server::chooseConfig(), and eq::Server::useConfig().

| 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 |
Definition at line 53 of file configParams.cpp.
Referenced by eq::Server::chooseConfig(), and eq::Server::useConfig().

0.9 by
1.5.8