FACT++  1.0
void DnsInfo::infoHandler ( )
inlineprivatevirtual

Reimplemented from DimInfo.

Definition at line 49 of file Markus.cxx.

References FloatInfo::addHandler(), and FloatInfo::removeHandler().

50  {
51  data = getString();
52  cout << "Received : " << data << endl;
53  if(data[0] == '+')
54  {
55  fInfo.addHandler();
56  }
57  else if (data[0] == '-')
58  {
60  }
61  }
char * getString()
Definition: dic.hxx:108
void addHandler()
Definition: Markus.cxx:15
FloatInfo & fInfo
Definition: Markus.cxx:47
void removeHandler()
Definition: Markus.cxx:21
char * data
Definition: Markus.cxx:46

+ Here is the call graph for this function: