FACT++  1.0
template<class T , class S >
int StateMachineDrive< T, S >::Resume ( )
inlineprivate

Definition at line 887 of file cosyctrl.cc.

References Dim::SendCommand().

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

888  {
889  if (fLastCommand.empty())
890  {
891  T::Info("Last command was not a tracking command. RESUME ignored.");
892  return T::GetCurrentState();
893  }
894 
895 
896  T::Info("Resume: "+fLastCommand);
897  return SendCommand(fLastCommand);
898  }
string fLastCommand
Definition: cosyctrl.cc:794
int SendCommand(const string &str)
Definition: cosyctrl.cc:843

+ Here is the call graph for this function:

+ Here is the caller graph for this function: