Definition at line 50 of file test_client.cxx.
References DimClient::addErrorHandler(), DimInfo::getInt(), DimBrowser::getNextServer(), DimBrowser::getNextServerClient(), DimBrowser::getNextService(), DimBrowser::getServerClients(), DimBrowser::getServers(), DimBrowser::getServices(), DimClient::inCallback(), DimClient::sendCommand(), and type.
55 char *server, *ptr, *ptr1;
62 cout <<
"found " << n <<
" services" << endl;
66 cout <<
"type = " << type <<
" - " << ptr <<
" " << ptr1 << endl;
72 cout << server <<
" @ " << ptr1 <<
", pid = " << pid << endl;
78 cout << ptr <<
" @ " << ptr1 << endl;
81 DimInfo servint(
"TEST/INTVAL",-1);
87 cout <<
"Current INTVAL : " << servint.getInt() << endl;
90 cout <<
"main: In callback "<< inCallback << endl;
int getServerClients(const char *serverName)
static int sendCommand(const char *name, int data)
int getNextServerClient(char *&client, char *&node)
int getServices(const char *serviceName)
int getNextServer(char *&server, char *&node)
int getNextService(char *&service, char *&format)