16 cout << severity <<
" " << msg << endl;
19 while(services[index])
21 cout << services[index] << endl;
33 cout <<
"exit code " << code << endl;
46 cout <<
"Command " << getString() <<
" received" << endl;
50 while(services[index])
52 cout << services[index] << endl;
58 servstr(
"TEST/STRVAL",
"empty") {};
77 abc =
new DimService(
"TEST/INTVAL_CONST",(
int &)ival);
84 abc =
new DimService(
"TEST/STRINGVAL_CONST",(
char *)s1.c_str());
92 serv =
new DimService(
"TEST/BOOLVAL_CONST",
"C:1", (
void *)&boolval, 1);
static char * getClientName()
void exitHandler(int code)
void add_serv_str(const string &s1)
void add_serv(const int &ival)
static char * getEnvVar(char *varName)
void add_serv_bool(const bool &boolval)
ServWithHandler(char *name)
static char ** getClientServices()
void errorHandler(int severity, int code, char *msg)