FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
bool ConnectionBias::CheckChannel
(
uint16_t
ch
)
inline
Definition at line
901
of file
biasctrl.cc
.
References
Error()
, and
kNumChannels
.
902
{
903
if
(ch<
kNumChannels
)
904
return
true
;
905
906
ostringstream msg;
907
msg <<
"CheckChannel - Channel "
<< ch <<
" out of range [0;"
<<
kNumChannels
-1 <<
"]."
;
908
Error
(msg);
909
return
false
;
910
}
MessageImp::Error
int Error(const std::string &str)
Definition:
MessageImp.h:49
kNumChannels
Definition:
HeadersFAD.h:92
Here is the call graph for this function:
ConnectionBias
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11