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

Definition at line 2213 of file drivectrl.cc.

References Dim::SendCommandNB().

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

2214  {
2215  T::Info("TPoint initiated.");
2216  Dim::SendCommandNB("TPOINT/EXECUTE");
2217  return T::GetCurrentState();
2218  }
void SendCommandNB(const std::string &command)
Definition: Dim.h:30

+ Here is the call graph for this function:

+ Here is the caller graph for this function: