12 cout << severity <<
" " << msg << endl;
15 while(services[index])
17 cout << services[index] << endl;
35 cout <<
"Received STRVAL : " << getString() <<
"format = " << format << endl;
38 while(services[index])
40 cout << services[index] << endl;
44 cout <<
"infoHandler: In callback "<< inCallback << endl;
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)
static char * getServerName()
int getNextServer(char *&server, char *&node)
static char ** getServerServices()
int getNextService(char *&service, char *&format)
void errorHandler(int severity, int code, char *msg)