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

Definition at line 1432 of file smartfact.cc.

References EventImp::Get().

Referenced by StateMachineSmartFACT().

1433  {
1434  if (!CheckDataSize(d, "FadControl:Events", 4*4))
1435  {
1436  fFadControlNumEvents = -1;
1437  return GetCurrentState();
1438  }
1439 
1440  fFadControlNumEvents = d.Get<uint32_t>();
1441 
1442  return GetCurrentState();
1443  }
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
int64_t fFadControlNumEvents
Definition: smartfact.cc:569
T Get(size_t offset=0) const
Definition: EventImp.h:66

+ Here is the call graph for this function:

+ Here is the caller graph for this function: