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

Definition at line 412 of file gpsctrl.cc.

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

413  {
414  const string tx = cmd+"\r\n";
415  fGPS.PostMessage(tx, tx.size());
416  return T::GetCurrentState();
417  }

+ Here is the caller graph for this function: