FACT++  1.0
void FactGui::handleFtmCounter ( const DimData d)
inlineprivate

Definition at line 1808 of file FactGui.h.

References DimData::ptr().

Referenced by infoHandler().

1809  {
1810  if (!CheckSize(d, sizeof(uint32_t)*6))
1811  return;
1812 
1813  const uint32_t *sdata = d.ptr<uint32_t>();
1814 
1815  fFtmCounterH->setValue(sdata[0]);
1816  fFtmCounterS->setValue(sdata[1]);
1817  fFtmCounterD->setValue(sdata[2]);
1818  fFtmCounterF->setValue(sdata[3]);
1819  fFtmCounterE->setValue(sdata[4]);
1820  fFtmCounterR->setValue(sdata[5]);
1821  }
bool CheckSize(const DimData &d, size_t sz, bool print=true) const
Definition: FactGui.h:639
const T * ptr(uint32_t offset=0) const
Definition: DimData.h:32

+ Here is the call graph for this function:

+ Here is the caller graph for this function: