FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
bool ConnectionBias::CheckMessageLength
(
int
received
,
int
expected
,
const string &
msg
)
inline
private
Definition at line
134
of file
biasctrl.cc
.
References
Error()
, and
str
.
135
{
136
if
(
received
==expected)
137
return
true
;
138
139
ostringstream
str
;
140
str << msg <<
": Expected "
<< expected <<
" bytes in answer, but got "
<<
received
<< endl;
141
Error
(str);
142
143
return
false
;
144
}
received
int received
Definition:
dim_get_service.c:10
str
char str[80]
Definition:
test_client.c:7
MessageImp::Error
int Error(const std::string &str)
Definition:
MessageImp.h:49
Here is the call graph for this function:
ConnectionBias
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11