FACT++  1.0
template<class T , class S >
bool StateMachineAgilent< T, S >::CheckEventSize ( size_t  has,
const char *  name,
size_t  size 
)
inlineprivate

Definition at line 369 of file agilentctrl.cc.

370  {
371  if (has==size)
372  return true;
373 
374  ostringstream msg;
375  msg << name << " - Received event has " << has << " bytes, but expected " << size << ".";
376  T::Fatal(msg);
377  return false;
378  }
int size
Definition: db_dim_server.c:17