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

Definition at line 762 of file fscctrl.cc.

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

763  {
764  // Close all connections
765  fFSC.PostClose(false);
766 
767  return T::GetCurrentState();
768  }

+ Here is the caller graph for this function: