19 #ifndef EQFABRIC_GLOBAL_H
20 #define EQFABRIC_GLOBAL_H
23 #include <eq/fabric/types.h>
38 EQFABRIC_API
static void setServer(
const std::string& server );
41 EQFABRIC_API
static const std::string&
getServer();
46 EQFABRIC_API
static void setFlags(
const uint32_t flags );
47 EQFABRIC_API
static uint32_t getFlags();
50 EQFABRIC_API
static void setPrefixes(
const Strings& prefixes );
51 EQFABRIC_API
static const Strings& getPrefixes();
55 #endif // EQFABRIC_GLOBAL_H
static EQFABRIC_API ErrorRegistry & getErrorRegistry()
Defines export visibility macros for library EqualizerFabric.
Global parameter handling for the Equalizer fabric namespace.
The registry translating error codes to strings.
static EQFABRIC_API void setServer(const std::string &server)
Set the default Equalizer server.
static EQFABRIC_API const std::string & getServer()