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

Definition at line 1743 of file ftmctrl.cc.

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

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

1744  {
1745  if (!CheckEventSize(evt.GetSize(), "SetTimeMarkerDelay", 4))
1746  return T::kSM_FatalError;
1747 
1748  if (!fFTM.SetTimeMarkerDelay(evt.GetInt()))
1749  T::Warn("SetTimeMarkerDelay - Value out of range.");
1750 
1751  return T::GetCurrentState();
1752  }
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: