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

Definition at line 1778 of file ftmctrl.cc.

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

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

1779  {
1780  if (!CheckEventSize(evt.GetSize(), "SetDeadTime", 4))
1781  return T::kSM_FatalError;
1782 
1783  if (!fFTM.SetDeadTime(evt.GetInt()))
1784  T::Warn("SetDeadTime - Value out of range.");
1785 
1786  return T::GetCurrentState();
1787  }
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: