FACT++  1.0
template<class T>
int StateMachineFAD< T >::AbortConnection ( )
inlineprivate

Definition at line 1296 of file fadctrl.cc.

Referenced by StateMachineFAD< T >::StateMachineFAD().

1297  {
1298  Abort();
1299  EnableAll(false);
1300  return T::GetCurrentState();
1301  }
void EnableAll(bool enable=true)
Definition: fadctrl.cc:1228

+ Here is the caller graph for this function: