FACT++  1.0
int StateMachineRateScan::StopRateScan ( )
inlineprivate

Definition at line 328 of file ratescan.cc.

References RateScan::State::kConfiguring, RateScan::State::kConnected, and Dim::SendCommandNB().

Referenced by StateMachineRateScan().

329  {
331  return GetCurrentState();
332 
333  Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE");
334  Message("Rate scan manually stopped.");
335 
337  }
int GetCurrentState() const
return the current state of the machine
void SendCommandNB(const std::string &command)
Definition: Dim.h:30
int Message(const std::string &str)
Definition: MessageImp.h:46

+ Here is the call graph for this function:

+ Here is the caller graph for this function: