FACT++  1.0
template<class T>
int StateMachineFAD< T >::Cmd ( FAD::Enable  command)
inlineprivate

Definition at line 573 of file fadctrl.cc.

References i.

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

574  {
575  for (BoardList::iterator i=fBoards.begin(); i!=fBoards.end(); i++)
576  i->second->Cmd(command);
577 
578  return T::GetCurrentState();
579  }
BoardList fBoards
Definition: fadctrl.cc:555
int i
Definition: db_dim_client.c:21

+ Here is the caller graph for this function: