FACT++  1.0
void ConnectionBias::RampStop ( )
inline

Definition at line 1188 of file biasctrl.cc.

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

1189  {
1190  fRampTimer.cancel();
1191  fIsRamping = false;
1192 
1193  Message("Ramping stopped.");
1194  }
bool fIsRamping
Definition: biasctrl.cc:60
int Message(const std::string &str)
Definition: MessageImp.h:46
boost::asio::deadline_timer fRampTimer
Definition: biasctrl.cc:35

+ Here is the caller graph for this function: