FACT++  1.0
template<class T , class S >
int StateMachineSQMControl< T, S >::SendCommand ( const EventImp evt)
inlineprivate

Definition at line 360 of file sqmctrl.cc.

References EventImp::GetString().

361  {
362  return Send(evt.GetString());
363  }
std::string GetString() const
Definition: EventImp.cc:194
int Send(const string &cmd)
Definition: sqmctrl.cc:353

+ Here is the call graph for this function: