24 #include <eq/fabric/server.h> 44 co::Node, ServerVisitor>
53 EQ_API co::CommandQueue* getMainThreadQueue();
54 EQ_API co::CommandQueue* getCommandThreadQueue();
79 EQ_API
bool shutdown();
83 EQ_API
virtual ~Server();
86 detail::Server*
const _impl;
89 bool _cmdChooseConfigReply(co::ICommand& command);
90 bool _cmdReleaseConfigReply(co::ICommand& command);
91 bool _cmdShutdownReply(co::ICommand& command);
Parameters for running a configuration.
A configuration is a visualization session driven by an application.
Proxy object for the connection to an Equalizer server.
EQ_API void releaseConfig(Config *config)
Convenience function to release a configuration.
Base co::Node class for a server.
The Equalizer client library.
lunchbox::RefPtr< Client > ClientPtr
A reference-counted pointer to the client.