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

Definition at line 925 of file fadctrl.cc.

References EventImp::GetBool(), EventImp::GetSize(), and i.

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

926  {
927  if (!CheckEventSize(evt.GetSize(), "SetDebugTx", 1))
928  return T::kSM_FatalError;
929 
930  for (BoardList::iterator i=fBoards.begin(); i!=fBoards.end(); i++)
931  i->second->SetDebugTx(evt.GetBool());
932 
933  return T::GetCurrentState();
934  }
BoardList fBoards
Definition: fadctrl.cc:555
int i
Definition: db_dim_client.c:21
bool GetBool() const
Definition: EventImp.h:90
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: fadctrl.cc:562
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: