Equalizer
1.2.1
|
Global parameter handling for the Equalizer base library. More...
#include <global.h>
Static Public Member Functions | |
static COBASE_API PluginRegistry & | getPluginRegistry () |
static COBASE_API ErrorRegistry & | getErrorRegistry () |
Friends | |
COBASE_API bool | init (const int argc, char **argv) |
Initialize the Equalizer base classes. | |
COBASE_API bool | exit () |
De-initialize the Equalizer base classes. | |
Attributes | |
enum | IAttribute { IATTR_ROBUSTNESS, IATTR_TIMEOUT_DEFAULT, IATTR_ALL } |
Global integer attributes. More... | |
static COBASE_API void | setIAttribute (const IAttribute attr, const int32_t value) |
Set an integer attribute. | |
static COBASE_API int32_t | getIAttribute (const IAttribute attr) |
Global parameter handling for the Equalizer base library.
Definition at line 32 of file co/base/global.h.
Global integer attributes.
Definition at line 44 of file co/base/global.h.
static COBASE_API ErrorRegistry& co::base::Global::getErrorRegistry | ( | ) | [static] |
Referenced by eqPly::exitErrors(), eVolve::exitErrors(), eqPly::initErrors(), and eVolve::initErrors().
static COBASE_API int32_t co::base::Global::getIAttribute | ( | const IAttribute | attr | ) | [static] |
static COBASE_API PluginRegistry& co::base::Global::getPluginRegistry | ( | ) | [static] |
static COBASE_API void co::base::Global::setIAttribute | ( | const IAttribute | attr, |
const int32_t | value | ||
) | [static] |
Set an integer attribute.
COBASE_API bool exit | ( | ) | [friend] |
De-initialize the Equalizer base classes.
true
if the library was successfully de-initialised, false
otherwise. true
if the library was successfully de-initialised, false
otherwise.true
if the library was successfully de-initialized, false
otherwise.true
if the library was successfully de-initialized, false
otherwise. COBASE_API bool init | ( | const int | argc, |
char ** | argv | ||
) | [friend] |
Initialize the Equalizer base classes.
argc | the command line argument count. |
argv | the command line argument values. |
argc | the command line argument count. |
argv | the command line argument values. |
true
if the library was successfully initialised, false
otherwise.argc | the command line argument count. |
argv | the command line argument values. |
true
if the library was successfully initialized, false
otherwise.