FACT++  1.0
void DimService::setData ( float &  data)

Definition at line 1280 of file discpp.cxx.

References storeIt().

1281 {
1282  storeIt(&data, sizeof(float));
1283 }
void storeIt(void *data, int size)
Definition: discpp.cxx:83
float data[4 *1440]

+ Here is the call graph for this function: