FACT++  1.0
template<class T , class S >
int StateMachineFTM< T, S >::SetTriggerDelay ( const EventImp evt)
inlineprivate

Definition at line 1732 of file ftmctrl.cc.

References EventImp::GetInt(), and EventImp::GetSize().

Referenced by StateMachineFTM< T, S >::StateMachineFTM().

1733  {
1734  if (!CheckEventSize(evt.GetSize(), "SetTriggerDelay", 4))
1735  return T::kSM_FatalError;
1736 
1737  if (!fFTM.SetTriggerDelay(evt.GetInt()))
1738  T::Warn("SetTriggerDealy - Value out of range.");
1739 
1740  return T::GetCurrentState();
1741  }
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: ftmctrl.cc:1467
int32_t GetInt() const
Definition: EventImp.h:93
virtual size_t GetSize() const
Definition: EventImp.h:55

+ Here is the call graph for this function:

+ Here is the caller graph for this function: