FACT++  1.0
void FloatInfo::infoHandler ( )
inlinevirtual

Implements DimInfoHandler.

Definition at line 36 of file Markus.cxx.

References DimInfo::getData(), and DimInfoHandler::getInfo().

37  {
38  data = (float *)getInfo()->getData();
39  cout << "Received : " << *data << endl;
40  }
float * data
Definition: Markus.cxx:10
void * getData()
Definition: diccpp.cxx:213
DimInfo * getInfo()
Definition: dic.hxx:26

+ Here is the call graph for this function: