FACT++  1.0
int StateMachineSmartFACT::HandleStats ( const EventImp d)
inlineprivate

Definition at line 1785 of file smartfact.cc.

References DimWriteStatistics::Stats::freeSpace, and EventImp::Ref().

Referenced by StateMachineSmartFACT().

1786  {
1787  if (!CheckDataSize(d, "Stats", 4*8))
1788  {
1789  fFreeSpace = UINT64_MAX;
1790  return GetCurrentState();
1791  }
1792 
1794  fFreeSpace = s.freeSpace;
1795 
1796  return GetCurrentState();
1797  }
int GetCurrentState() const
return the current state of the machine
bool CheckDataSize(const EventImp &d, const char *name, size_t size, bool min=false)
Definition: smartfact.cc:669
const T & Ref(size_t offset=0) const
Definition: EventImp.h:82

+ Here is the call graph for this function:

+ Here is the caller graph for this function: