FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T>
const BoardList::iterator
StateMachineFAD
< T >::GetSlot
(
uint16_t
slot
)
inline
private
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
}
StateMachineFAD::fBoards
BoardList fBoards
Definition:
fadctrl.cc:555
str
char str[80]
Definition:
test_client.c:7
StateMachineFAD
Generated on Sun Sep 18 2016 20:50:59 for FACT++ by
1.8.11