FACT++  1.0
void RecvCommandComplex::commandHandler ( )
inlineprivatevirtual

Reimplemented from DimCommand.

Definition at line 40 of file pvss_dim_server.cxx.

References COMPLEXDATA::intval, and COMPLEXDATA::stringval.

41  {
42  COMPLEXDATA *complexData;
43 
44  complexData = (COMPLEXDATA *)getData();
45  cout << "Command " << complexData->intval
46  << " received " << complexData->stringval << endl;
47  }
void * getData()
Definition: discpp.cxx:1408
char stringval[128]