21 #include <eq/client/api.h>
22 #include <eq/client/types.h>
23 #include <eq/client/version.h>
24 #include <lunchbox/log.h>
29 EQ_API
bool _init(
const int argc,
char** argv,
NodeFactory* nodeFactory );
60 return eq::_init( argc, argv, nodeFactory );
62 <<
" not binary compatible with application v" << EQ_VERSION_ABI
84 EQ_API Config*
getConfig(
const int argc,
char** argv );
The node factory is a per-node singleton used to create and release Equalizer resource instances...
Config * getConfig(const int argc, char **argv)
Convenience function to retrieve a configuration.
bool init(const int argc, char **argv, NodeFactory *nodeFactory)
Initialize the Equalizer client library.
bool exit()
De-initialize the Equalizer client library.
void releaseConfig(Config *config)
Convenience function to release a configuration.