FACT++  1.0
template<class T , class S >
int StateMachineSQMControl< T, S >::Send ( const string &  cmd)
inlineprivate

Definition at line 353 of file sqmctrl.cc.

354  {
355  const string tx = cmd+"\r\n";
356  fSQM.PostMessage(tx, tx.size());
357  return T::GetCurrentState();
358  }