FACT++  1.0
template<class T , class S >
int StateMachineDrive< T, S >::TrackCelest ( const string &  cmd,
const string &  source 
)
inlineprivate

Definition at line 861 of file cosyctrl.cc.

References Dim::SendCommand().

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

862  {
863  SendCommand(cmd);
864 
865  fDrive.UpdateSource(source, true);
866 
867  return T::GetCurrentState();
868  }
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: