23 #include <eq/version.h> 24 #include <lunchbox/log.h> 29 EQ_API
bool _init(
const int argc,
char** argv, NodeFactory* nodeFactory);
61 return eq::_init(argc, argv, nodeFactory);
A configuration is a visualization session driven by an application.
EQ_API void releaseConfig(Config *config)
Convenience function to release a configuration.
EQ_API std::string getHelp()
EQ_API 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.
The Equalizer client library.
EQ_API bool exit()
De-initialize the Equalizer client library.
#define EQ_VERSION_ABI
The current binary interface.
The node factory is a per-node singleton used to create and release Equalizer resource instances...