FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T , class S >
bool
StateMachineFSC
< T, S >::CheckEventSize
(
size_t
has
,
const char *
name
,
size_t
size
)
inline
private
Definition at line
793
of file
fscctrl.cc
.
794
{
795
if
(has==
size
)
796
return
true
;
797
798
ostringstream msg;
799
msg << name <<
" - Received event has "
<< has <<
" bytes, but expected "
<<
size
<<
"."
;
800
T::Fatal(msg);
801
return
false
;
802
}
size
int size
Definition:
db_dim_server.c:17
StateMachineFSC
Generated on Sun Sep 18 2016 20:51:00 for FACT++ by
1.8.11