FACT++  1.0
template<class T>
int StateMachineFAD< T >::Reset ( bool  soft)
inlineprivate

Definition at line 1303 of file fadctrl.cc.

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

1304  {
1305  ResetThread(soft);
1306  return T::GetCurrentState();
1307  }
void ResetThread(bool soft)

+ Here is the caller graph for this function: