FACT++  1.0
template<class T , class S >
int StateMachineBias< T, S >::Shutdown ( const string &  reason)
inlineprivate

Definition at line 1925 of file biasctrl.cc.

References BIAS::State::kLocked.

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

1926  {
1927  fBias.RampAllDacs(0);
1928  T::Info("Emergency shutdown initiated ["+reason+"].");
1929  return State::kLocked;
1930  }

+ Here is the caller graph for this function: