18 #ifndef EQADMIN_SERVER_H
19 #define EQADMIN_SERVER_H
22 #include <eq/admin/types.h>
23 #include <eq/fabric/server.h>
36 co::Node, ServerVisitor >
52 EQADMIN_API
void syncConfig(
const co::uint128_t& configID,
53 const co::uint128_t& version );
55 virtual void setClient( ClientPtr client );
56 co::CommandQueue* getMainThreadQueue();
59 bool _cmdMapReply( co::ICommand& command );
60 bool _cmdUnmapReply( co::ICommand& command );
65 #endif // EQADMIN_SERVER_H
void unmap()
Unmap all server data.
Base co::Node class for a server.
virtual EQADMIN_API ~Server()
Destruct the server.
Defines admin API export macros.
EQADMIN_API void syncConfig(const co::uint128_t &configID, const co::uint128_t &version)
Synchronize all sever data.
Proxy object for the connection to an Equalizer server.
EQADMIN_API Server()
Construct a new server.
void map()
Map all server data.