Equalizer
1.8.0
Parallel Rendering Framework
|
Global parameter handling for the Equalizer fabric namespace. More...
#include <global.h>
Static Public Member Functions | |
static EQFABRIC_API void | setServer (const std::string &server) |
Set the default Equalizer server. More... | |
static EQFABRIC_API const std::string & | getServer () |
static EQFABRIC_API ErrorRegistry & | getErrorRegistry () |
static EQFABRIC_API void | setFlags (const uint32_t flags) |
static EQFABRIC_API uint32_t | getFlags () |
static EQFABRIC_API void | setPrefixes (const Strings &prefixes) |
static EQFABRIC_API const Strings & | getPrefixes () |
Global parameter handling for the Equalizer fabric namespace.
Definition at line 30 of file fabric/global.h.
|
static |
Referenced by eqPly::exitErrors(), eVolve::exitErrors(), eqPly::initErrors(), and eVolve::initErrors().
|
static |
|
static |
Set the default Equalizer server.
server | the default server. |