FACT++  1.0
template<class T>
int StateMachineFAD< T >::SendTriggers ( const EventImp evt)
inlineprivate

Definition at line 719 of file fadctrl.cc.

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

Referenced by StateMachineFAD< T >::StateMachineFAD().

720  {
721  if (!CheckEventSize(evt.GetSize(), "SendTriggers", 4))
722  return T::kSM_FatalError;
723 
724  Trigger(evt.GetUInt());
725 
726  return T::GetCurrentState();
727  }
uint32_t GetUInt() const
Definition: EventImp.h:94
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: fadctrl.cc:562
int Trigger(int n)
Definition: fadctrl.cc:710
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: