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

Definition at line 376 of file gpsctrl.cc.

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

377  {
378  // Close all connections
379  fGPS.PostClose(false);
380 
381  return T::GetCurrentState();
382  }

+ Here is the caller graph for this function: