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

Definition at line 332 of file agilentctrl.cc.

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

333  {
334  // Close all connections
335  fAgilent.PostClose(false);
336 
337  /*
338  // Now wait until all connection have been closed and
339  // all pending handlers have been processed
340  poll();
341  */
342 
343  return T::GetCurrentState();
344  }

+ Here is the caller graph for this function: