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

Definition at line 419 of file gpsctrl.cc.

References EventImp::GetString().

Referenced by StateMachineGPSControl< T, S >::StateMachineGPSControl().

420  {
421  return Send(evt.GetString());
422  }
std::string GetString() const
Definition: EventImp.cc:194
int Send(const string &cmd)
Definition: gpsctrl.cc:412

+ Here is the call graph for this function:

+ Here is the caller graph for this function: