24 #include <eq/fabric/server.h> 29 namespace detail {
class Server; }
41 co::Node, ServerVisitor >
49 virtual void setClient(
ClientPtr client );
50 EQ_API co::CommandQueue* getMainThreadQueue();
51 EQ_API co::CommandQueue* getCommandThreadQueue();
76 EQ_API
bool shutdown();
80 EQ_API
virtual ~Server();
83 detail::Server*
const _impl;
86 bool _cmdChooseConfigReply( co::ICommand& command );
87 bool _cmdReleaseConfigReply( co::ICommand& command );
88 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.