FACT++  1.0
template<class T , class S >
int StateMachineSQMControl< T, S >::Disconnect ( )
inlineprivate

Definition at line 317 of file sqmctrl.cc.

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

318  {
319  // Close all connections
320  fSQM.PostClose(false);
321 
322  return T::GetCurrentState();
323  }

+ Here is the caller graph for this function: