FACT++  1.0
bool EventBuilderWrapper::UpdateDimStatistics1 ( const pair< Time, GUI_STAT > &  stat)
inline

Definition at line 1237 of file EventBuilderWrapper.h.

References DimDescribedService::setData(), and DimDescribedService::Update().

1238  {
1239  fDimStatistics1.setData(&stat.second, sizeof(GUI_STAT));
1240  fDimStatistics1.Update(stat.first);
1241 
1242  return true;
1243  }
DimDescribedService fDimStatistics1
void setData(const void *ptr, size_t sz)

+ Here is the call graph for this function: