FACT++  1.0
template<class T>
const BoardList::iterator StateMachineFAD< T >::GetSlot ( uint16_t  slot)
inlineprivate

Definition at line 936 of file fadctrl.cc.

References str.

937  {
938  const BoardList::iterator it=fBoards.find(slot);
939  if (it==fBoards.end())
940  {
941  ostringstream str;
942  str << "Slot " << slot << " not found.";
943  T::Warn(str);
944  }
945 
946  return it;
947  }
BoardList fBoards
Definition: fadctrl.cc:555
char str[80]
Definition: test_client.c:7