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

Definition at line 914 of file fadctrl.cc.

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

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

915  {
916  if (!CheckEventSize(evt.GetSize(), "SetDataOutput", 1))
917  return T::kSM_FatalError;
918 
919  for (BoardList::iterator i=fBoards.begin(); i!=fBoards.end(); i++)
920  i->second->SetDataOutput(evt.GetBool());
921 
922  return T::GetCurrentState();
923  }
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: